updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / et131x / et131x.install
bloba55462830c224ccf0e368f06721b5e1fd1f60a32
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 ">>>"
11   echo ">>> Updating module dependencies. Please wait ..."
12   KERNEL_VERSION=2.6.25-ARCH
13   depmod -a -v $KERNEL_VERSION  > /dev/null 2>&1
16 # arg 1:  the old package version
17 post_remove() {
18   post_upgrade
21 op=$1
22 shift
23 $op $*