updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / lt_hotswap / lt_hotswap.install
blobee994d65e351461cc00f3d7789a7115942bc6337
1 # arg 1:  the new package version
2 post_install() {
3         depmod -ae
6 # arg 1:  the new package version
7 # arg 2:  the old package version
8 post_upgrade() {
9         depmod -ae 
12 # arg 1:  the old package version
13 post_remove() {
14         depmod -ae
17 op=$1
18 shift
19 $op $*