From 4db089d21d8c22b793ebec050fb68384a66ced89 Mon Sep 17 00:00:00 2001 From: shenmo Date: Thu, 23 Oct 2025 20:47:42 +0800 Subject: [PATCH] =?UTF-8?q?1.0.7.2-1=20=E6=AD=A3=E7=A1=AE=E5=9C=B0?= =?UTF-8?q?=E6=B8=85=E7=90=86=E5=8D=B8=E8=BD=BD=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/DEBIAN/control | 2 +- src/DEBIAN/postrm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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