updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / lirc-lts-ck / lirc-lts-ck.install
blob63561e168adb67bcb9491656bd15bdde6aad951c
1 KERNEL_VERSION=2.6.35-lts-ck
3 post_install() {
4   # updating module dependencies
5   echo ">>> Updating module dependencies. Please wait ..."
6   depmod $KERNEL_VERSION > /dev/null 2>&1
9 post_upgrade() {
10   post_install
13 # arg 1:  the old package version
14 post_remove() {
15   post_install