diff --git a/debian/spark-store.postinst b/debian/spark-store.postinst
index 0e22c2d..9298834 100755
--- a/debian/spark-store.postinst
+++ b/debian/spark-store.postinst
@@ -13,8 +13,8 @@ case "$1" in
         			echo "Will not enable armhf since 4271"
 			;;
             loongarch64)
-				echo "Enabling ABI1(OldWorld) arch..."
-				dpkg --add-architecture loongarch64
+				echo "Nope we DO NOT WANT ABI1 now"
+				dpkg --remove-architecture loongarch64
 			;;
 
  			*)