updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / lg4l-git / lg4l-git.install
blobb86b107ee4137750f8b1225e0b5310bf49498e19
1 post_install() {
2   echo ">> Place the 'hid-*' modules for your devices in MODULES= in /etc/rc.conf to enable them on system boot."
3   echo ">> These modules needs to be recompiled for every kernel version upgrade."
4   KERNEL_VERSION='3.0-ARCH'
5   depmod $KERNEL_VERSION > /dev/null 2>&1
8 post_upgrade() {
9   post_install
12 post_remove() {
13   KERNEL_VERSION='3.0-ARCH'
14   depmod $KERNEL_VERSION > /dev/null 2>&1