updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / vhba-module-zen / vhba-module-zen.install
blob482d5fcec9e351d3f4d9f8d5b7b6c78a77db58cb
1 post_install() {
2   echo ">> Place 'vhba' in MODULES= in /etc/rc.conf to enable vhba on system boot."
3   echo ">> This module needs to be recompiled for every kernel version upgrade."
4   KERNEL_VERSION='2.6.33-ZEN'
5   depmod $KERNEL_VERSION > /dev/null 2>&1
8 post_upgrade() {
9   post_install
12 post_remove() {
13   KERNEL_VERSION='2.6.33-ZEN'
14   depmod $KERNEL_VERSION > /dev/null 2>&1