updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / ttysnoop / ttysnoop.install
blobc0964fc013a0b374c735b390d3bfce4894848d4b
1 # arg 1:  the new package version
2 post_install() {
3         mkdir -p /var/spool/ttysnoop
4         chmod 755 /var/spool/ttysnoop
7 # arg 1:  the new package version
8 # arg 2:  the old package version
9 post_upgrade() {
10     post_install $1
13 # arg 1:  the old package version
14 pre_remove() {
15         true
18 op=$1
19 shift
21 $op $*