1.0.7.2-1 正确地清理卸载目录

This commit is contained in:
2025-10-23 20:47:42 +08:00
parent ee9908ed16
commit c842ff767f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
Package: apm
Source: amber-ce
Version: 1.0.7.2
Version: 1.0.7.2-1
Architecture: amd64
Maintainer: shenmo <shenmo@spark-app.store>
Installed-Size: 49056

View File

@@ -11,7 +11,7 @@ if [ "$1" = "remove" ] || [ "$1" = "purge" ];then
echo "清理卸载残留"
rm -rf /var/lib/apm/$PACKAGE_NAME
rm -rf /var/lib/apm/
else
echo "非卸载,跳过清理"
fi