From 069a39d67fe81a32dc90ce57367e6699acca8b0a Mon Sep 17 00:00:00 2001 From: shenmo Date: Fri, 24 Oct 2025 14:12:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4GXDE=20Fixer=20=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/DEBIAN/postinst | 2 -- src/DEBIAN/postrm | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/DEBIAN/postinst b/src/DEBIAN/postinst index a8b2c6a..56234f5 100755 --- a/src/DEBIAN/postinst +++ b/src/DEBIAN/postinst @@ -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 diff --git a/src/DEBIAN/postrm b/src/DEBIAN/postrm index d361476..9ca9e81 100755 --- a/src/DEBIAN/postrm +++ b/src/DEBIAN/postrm @@ -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