repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git]
/
vhba-module-ice
/
vhba-module.install
blob
5f7ae903490b7aba9ab75cde37b88130c959db83
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
post_remove
5
}
6
7
post_upgrade() {
8
post_install
9
}
10
11
post_remove() {
12
KERNEL_VERSION='2.6.35-ice'
13
depmod $KERNEL_VERSION
14
}
15