test(packer): update aa-update script.
This commit is contained in:
parent
735e3529fb
commit
c52f7f0b1f
1 changed files with 5 additions and 2 deletions
|
|
@ -14,8 +14,11 @@ cd "$HOME/Projects/apparmor.d"
|
|||
case "$DISTRIBUTION" in
|
||||
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 ;;
|
||||
*) ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue