updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / iscsitarget-kernel / iscsitarget.install
blobb1ba90a6e543be9969a9da64941193bfe66bcd52
1 # This is a default template for a post-install scriptlet.  You can
2 # remove any functions you don't need (and this header).
4 # arg 1:  the new package version
5 pre_install() {
6   /bin/true
9 # arg 1:  the new package version
10 post_install() {
11   /sbin/depmod -aq
12   /bin/true
15 # arg 1:  the new package version
16 # arg 2:  the old package version
17 pre_upgrade() {
18   /bin/true
21 # arg 1:  the new package version
22 # arg 2:  the old package version
23 post_upgrade() {
24   /bin/true
27 # arg 1:  the old package version
28 pre_remove() {
29   /bin/true
32 # arg 1:  the old package version
33 post_remove() {
34   /bin/true
37 op=$1
38 shift
39 $op $*