mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-25 06:27:49 +01:00
build(debian): do not fail if rules failed to compile.
This commit is contained in:
parent
d5470b8404
commit
5b17f8b4e8
2 changed files with 2 additions and 2 deletions
2
debian/apparmor.d.postinst
vendored
2
debian/apparmor.d.postinst
vendored
|
@ -7,6 +7,6 @@ set -e
|
|||
|
||||
#DEBHELPER#
|
||||
|
||||
systemctl is-active -q apparmor && systemctl reload apparmor
|
||||
systemctl is-active -q apparmor && systemctl reload apparmor ||:
|
||||
|
||||
exit 0
|
||||
|
|
2
debian/apparmor.d.postrm
vendored
2
debian/apparmor.d.postrm
vendored
|
@ -7,6 +7,6 @@ set -e
|
|||
|
||||
#DEBHELPER#
|
||||
|
||||
systemctl is-active -q apparmor && systemctl reload apparmor
|
||||
systemctl is-active -q apparmor && systemctl reload apparmor ||:
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue