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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
fitpc2-tz
/
fitpc2-tz.install
blob
31b4991af1420058aafc5a562dce5085d5c8a15b
1
post_install() {
2
KERNEL_VERSION=$(uname -r)
3
depmod $KERNEL_VERSION
4
5
echo ""
6
echo "==> NOTE:"
7
echo "==> If the modules do not load at boot, remember add in your rc.conf:"
8
echo "==> MODULES=(network fitpc2_tz ...)"
9
echo ""
10
11
}
12
13
post_upgrade() {
14
post_install
15
}