fix ubuntu debs

This commit is contained in:
paisley
2026-03-06 11:47:24 +08:00
parent 01efd87642
commit af7f4745cf
4 changed files with 48 additions and 6 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."