update debian/spark-store.postinst.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
shenmo 2024-04-18 07:29:40 +00:00 committed by Gitee
parent e0a62a88d9
commit c22f13a271
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -13,8 +13,8 @@ case "$1" in
echo "Will not enable armhf since 4271" echo "Will not enable armhf since 4271"
;; ;;
loongarch64) loongarch64)
echo "Enabling ABI1(OldWorld) arch..." echo "Nope we DO NOT WANT ABI1 now"
dpkg --add-architecture loongarch64 dpkg --remove-architecture loongarch64
;; ;;
*) *)