pkgname 通用

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2025-04-15 14:41:58 +00:00
committed by Gitee
parent 5986f2d076
commit e99d4b5e58
2 changed files with 8 additions and 8 deletions

View File

@@ -3,8 +3,8 @@ PACKAGE_NAME="$DPKG_MAINTSCRIPT_PACKAGE"
if [ "${PACKAGE_NAME}" = "cn.flamescion.bookworm-compatibility-mode" ];then
PACKAGE_NAME=amber-ce-bookworm # 为了后面正确清理
systemctl stop amber-ce-bookworm-auto-upgrade
systemctl disable amber-ce-bookworm-auto-upgrade
systemctl stop $PACKAGE_NAME-auto-upgrade
systemctl disable $PACKAGE_NAME-auto-upgrade
fi