AppArmor userspace tools 2.6.0
[mirrors/ArchLinux-Packages.git] / apparmor / apparmor.install
CommitLineData
401097f5
H
1post_install() {
2 echo 'Creating /var/log/messages symlink to improve compatibility...'
3 ln -sf messages.log /var/log/messages
4}
5
6# arg 1: the new package version
7# arg 2: the old package version
8post_upgrade() {
9 post_install $1
10}
11
12# arg 1: the old package version
13pre_remove() {
14 true
15}
This page took 0.139193 seconds and 4 git commands to generate.