updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / linux-uvc-flip-git / linux-uvc.install
blob1fdc61e274ff05abd52968647ca114676d449cc5
1 post_install()
3   echo "> To avoid conflicts, the modified module is"
4   echo ">   called uvcvideo-flip"
5   KERNEL_VERSION='2.6.27-ARCH'
6   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
9 # arg 1:  the new package version
10 # arg 2:  the old package version
11 post_upgrade()
13   KERNEL_VERSION='2.6.27-ARCH'
14   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
17 # arg 1:  the old package version
18 post_remove()
20   KERNEL_VERSION='2.6.27-ARCH'
21   depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1