updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / lirc-eee-ck / lirc.install
blob95de4d4f1459e21f8a364fa9a3f0bed296a83911
1 KERNEL_VERSION=3.1.2-ck2eee
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