updated on Sun Jan 8 12:02:35 UTC 2012
[aur-mirror.git] / rtl-wifi-svn / rtl-wifi.install
blob2794dbfcfdca3cf354fbdaf8c11de20b682cf107
1 # arg 1:  the new package version
2 post_install() {
3   post_upgrade
6 # arg 1:  the new package version
7 # arg 2:  the old package version
8 post_upgrade() {
9   # updating module dependencies
10   echo ">>> Updating module dependencies. Please wait ..."
11   KERNEL_VERSION=2.6.22-ARCH
12   depmod -a -v $KERNEL_VERSION  > /dev/null 2>&1
15 # arg 1:  the old package version
16 post_remove() {
17   post_upgrade
20 op=$1
21 shift
22 $op $*