fix(build): ensure post install script do not fail.

This commit is contained in:
Alexandre Pujol 2025-08-17 00:09:28 +02:00
parent e55ace4e0a
commit d3507e24b9
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ set -e
#DEBHELPER#
apparmor_parser --purge-cache
apparmor_parser --purge-cache || true
if systemctl is-active -q apparmor; then
systemctl reload apparmor
fi

View file

@ -7,7 +7,7 @@ set -e
#DEBHELPER#
apparmor_parser --purge-cache
apparmor_parser --purge-cache || true
if systemctl is-active -q apparmor; then
systemctl reload apparmor
fi