mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
test(packer): update aa-update script.
This commit is contained in:
parent
735e3529fb
commit
c52f7f0b1f
1 changed files with 5 additions and 2 deletions
|
@ -12,11 +12,14 @@ DISTRIBUTION="$(_lsb_release)"
|
|||
|
||||
cd "$HOME/Projects/apparmor.d"
|
||||
case "$DISTRIBUTION" in
|
||||
arch) make pkg ;;
|
||||
arch) make pkg ;;
|
||||
debian | ubuntu | whonix)
|
||||
sudo rm -rf debian/.debhelper/
|
||||
make dpkg
|
||||
sudo rm -rf debian/.debhelper/
|
||||
sudo rm -rf /etc/apparmor/earlypolicy/
|
||||
sudo systemctl restart apparmor || sudo systemctl status apparmor
|
||||
;;
|
||||
opensuse*) make rpm ;;
|
||||
opensuse*) make rpm ;;
|
||||
*) ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue