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 12 04:00:44 UTC 2012
[aur-mirror.git]
/
kfortune-git
/
install
blob
e9c391a8ad233f7937ea7444107131cecfea1a73
1
post_install()
2
{
3
KERNEL_VERSION=$(uname -r)
4
depmod $KERNEL_VERSION
5
}
6
7
post_upgrade()
8
{
9
post_install
10
}