updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / ar5523-svn / ar5523-svn.install
blob95093df8631daab186340b640ad8c0622d14565d
1 # arg 1:  the new package version
2 post_install()
4   /sbin/depmod > /dev/null 2>&1
7 # arg 1:  the new package version
8 # arg 2:  the old package version
9 post_upgrade()
11   /sbin/depmod > /dev/null 2>&1
14 # arg 1:  the old package version
15 pre_remove() {
16   /sbin/rmmod ar5523 > /dev/null 2>&1
19 # arg 1:  the old package version
20 post_remove()
22   /sbin/depmod > /dev/null 2>&1
25 op=$1
26 shift
27 $op $*