updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / acerhdf / acerhdf.install
blobc5389606195c12148dab723100a5162146ea39fd
2 post_install(){
3    depmod -a
6 # arg 1:  the new package version
7 # arg 2:  the old package version
8 post_upgrade() {
9   /bin/true
12 # arg 1:  the old package version
13 pre_remove() {
14    rmmod acerhdf
17 op=$1
18 shift
20 $op $*