updated on Wed Jan 11 08:01:35 UTC 2012
[aur-mirror.git] / agrsm / agrsm.install
blob0efeefef734044077a060f29a03a2eadbf95d231
1 post_install()
3   KERNEL_VERSION=`uname -r`
4   depmod $KERNEL_VERSION > /dev/null 2>&1
7 post_upgrade()
9   post_install()
12 pre_remove() {
13   rmmod agrserial > /dev/null 2>&1
14   rmmod agrmodem > /dev/null 2>&1
17 post_remove()
19   KERNEL_VERSION=`uname -r`
20   depmod $KERNEL_VERSION > /dev/null 2>&1
23 op=$1
24 shift
25 $op $*