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
+1 -1
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