Fix ubuntu debs (#320)
This commit is contained in:
committed by
GitHub
Unverified
parent
01efd87642
commit
e7d4cf73d5
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user