mirror of
https://gitee.com/amber-ce/amber-pm
synced 2026-06-22 14:13:54 +08:00
1.0.7.2-1 正确地清理卸载目录
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user