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 04:01:21 UTC 2012
[aur-mirror.git]
/
kqemu-zen
/
kqemu.install
blob
94fbb5b7948e7b60809538910dd71759cf327d98
1
KERNEL_VERSION='2.6.31-zen9-20091128-stable'
2
3
post_install() {
4
depmod -v $KERNEL_VERSION >/dev/null 2>&1
5
}
6
7
post_upgrade() {
8
post_install $1
9
}
10
11
post_remove() {
12
depmod -v $KERNEL_VERSION >/dev/null 2>&1
13
}
14
15
op=$1
16
shift
17
$op $*