summarylogtreecommitdiffstats
path: root/aa-teardown
diff options
context:
space:
mode:
authorGordian Edenhofer2018-04-16 20:29:41 +0200
committerGordian Edenhofer2018-04-16 20:29:41 +0200
commitcfdab77d2af437698fe0340d35e09fe73c7934f9 (patch)
treee37a8c8c938a50acfced49bb681fb66f4bb8a028 /aa-teardown
parent8ef5c7701b418e5651914cc7167c2c80a580a3e8 (diff)
downloadaur-apparmor.tar.gz
upgpkg: apparmor 2.13.0-2
Remove aa-teardown, apparmor.service and apparmor.systemd file as all of them have been merged into the upstream repository. However the install step still does not move them to the right location by default. Adapt the install step accordingly.
Diffstat (limited to 'aa-teardown')
-rw-r--r--aa-teardown10
1 files changed, 0 insertions, 10 deletions
diff --git a/aa-teardown b/aa-teardown
deleted file mode 100644
index 44288569e5e2..000000000000
--- a/aa-teardown
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/bash
-
-test $# = 0 || {
- echo "Usage: $0"
- echo
- echo "Unloads all AppArmor profiles"
- exit 1
-}
-
-/usr/lib/apparmor/apparmor.systemd stop