updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / vhba-module-fbcondecor / vhba-module.install
blob5150f2c2ce11a6dc65398b047d473b04af965677
1 # Copied/modified from frandom.install
3 # arg 1: the new package version
4 # arg 2: the old package version
6 post_install () {
7   echo ">> Place 'vhba' in MODULES= in /etc/rc.conf to enable vhba on system boot."
8   echo ">> This module needs to be recompiled for every 
9 kernel26-fbcondecor version upgrade."
10   depmod -a
13 pre_remove () {
14   rmmod vhba 2> /dev/null
17 post_remove () {
18   depmod -a
21 op=$1
22 shift
23 $op $*