updated on Tue Jan 17 00:10:10 UTC 2012
[aur-mirror.git] / wl_lkm / wl_lkm.install
blob7a712d083927794502ca1425b0caaacd2f143019
1 post_install() {
2   echo ">>> Updating module dependencies. Please wait ..."
3   KERNEL_VERSION=$(uname -r)
4   depmod -v $KERNEL_VERSION > /dev/null 2>&1
7 post_upgrade() {
8   echo ">>> Updating module dependencies. Please wait ..."
9   KERNEL_VERSION=$(uname -r)
10   depmod -v $KERNEL_VERSION > /dev/null 2>&1
13 post_remove() {
14   echo ">>> Updating module dependencies. Please wait ..."
15   KERNEL_VERSION=$(uname -r)
16   depmod -v $KERNEL_VERSION > /dev/null 2>&1
19 op=$1
20 shift
21 $op $*