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 Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git]
/
eeepc-linux-ck
/
eeepc-linux.install
blob
453f15ce46c9db0c7115f037e76dd1135564dfbe
1
# arg 1: the new package version
2
post_install()
3
{
4
depmod -A
5
echo ""
6
echo "==> Remember to add 'eee' to MODULES=() in rc.conf to have it load on boot."
7
}
8
9
# arg 1: the new package version
10
# arg 2: the old package version
11
post_upgrade()
12
{
13
depmod -A
14
}
15
16
# arg 1: the old package version
17
post_remove()
18
{
19
depmod -A
20
}