删除GXDE Fixer 服务

This commit is contained in:
2025-10-24 14:12:27 +08:00
parent 8c6ed8b965
commit efa5204b53
2 changed files with 0 additions and 4 deletions

View File

@@ -6,9 +6,7 @@ case "$1" in
configure)
/var/lib/apm/$PACKAGE_NAME/files/bin/ace-init
systemctl daemon-reload
systemctl enable gxde-apm-fixer
systemctl enable apm-daily-update
systemctl start gxde-apm-fixer
systemctl start apm-daily-update
systemctl restart apparmor.service || true

View File

@@ -1,7 +1,5 @@
#!/bin/bash
PACKAGE_NAME="$DPKG_MAINTSCRIPT_PACKAGE"
systemctl stop gxde-apm-fixer
systemctl disable gxde-apm-fixer
systemctl stop apm-daily-update
systemctl disable apm-daily-update