diff --git a/src/DEBIAN/control b/src/DEBIAN/control index e0e26aa..3092ce6 100755 --- a/src/DEBIAN/control +++ b/src/DEBIAN/control @@ -1,6 +1,6 @@ Package: apm Source: amber-ce -Version: 1.0.7.2 +Version: 1.0.7.2-1 Architecture: amd64 Maintainer: shenmo Installed-Size: 49056 diff --git a/src/DEBIAN/postrm b/src/DEBIAN/postrm index 1fcc0c0..d361476 100755 --- a/src/DEBIAN/postrm +++ b/src/DEBIAN/postrm @@ -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