updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / microdia-git / microdia-git.install
blobcc893ee80ce20abc162aceeb4b80578710e5a3fd
1 # arg 1:  the new package version
2 post_install()
4   KERNEL_VERSION='2.6.32-ARCH'
5   /sbin/depmod -v $KERNEL_VERSION > /dev/null 2>&1
8 # arg 1:  the new package version
9 # arg 2:  the old package version
10 post_upgrade()
12   KERNEL_VERSION='2.6.32-ARCH'
13   /sbin/depmod -v $KERNEL_VERSION > /dev/null 2>&1
16 # arg 1:  the old package version
17 pre_remove() {
18   /sbin/rmmod sn9c20x > /dev/null 2>&1
21 # arg 1:  the old package version
22 post_remove()
24   KERNEL_VERSION='2.6.32-ARCH'
25   /sbin/depmod -v $KERNEL_VERSION > /dev/null 2>&1
28 # vim:set ts=2 sw=2 et: