AppArmor userspace tools 2.6.0
[mirrors/ArchLinux-Packages.git] / apparmor / apparmor.install
diff --git a/apparmor/apparmor.install b/apparmor/apparmor.install
new file mode 100644 (file)
index 0000000..ff8b2d7
--- /dev/null
@@ -0,0 +1,15 @@
+post_install() {
+       echo 'Creating /var/log/messages symlink to improve compatibility...'
+       ln -sf messages.log /var/log/messages
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+       post_install $1
+}
+
+# arg 1:  the old package version
+pre_remove() {
+       true
+}
This page took 0.218374 seconds and 4 git commands to generate.