updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / vhba-module-bfs / vhba-module-bfs.install
blobefe6f309bbf1ddd12a6b1e4a11d5e0b3289cb930
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-bfs'
5   depmod $KERNEL_VERSION > /dev/null 2>&1
8 post_upgrade() {
9   post_install
12 post_remove() {
13   KERNEL_VERSION='2.6.33-bfs'
14   depmod $KERNEL_VERSION > /dev/null 2>&1