Fix ubuntu debs (#320)

This commit is contained in:
paisley
2026-03-06 15:07:05 +08:00
committed by GitHub
Unverified
parent 01efd87642
commit e7d4cf73d5
7 changed files with 93 additions and 9 deletions

View File

@@ -18,4 +18,10 @@ if command -v gtk-update-icon-cache &> /dev/null; then
gtk-update-icon-cache -q /usr/share/icons/hicolor || true
fi
# Remove AppArmor profile
APPARMOR_PROFILE_TARGET='/etc/apparmor.d/clawx'
if [ -f "$APPARMOR_PROFILE_TARGET" ]; then
rm -f "$APPARMOR_PROFILE_TARGET"
fi
echo "ClawX has been removed."