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 Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git]
/
asusfan
/
asusfan.install
blob
8f689790c67ecee03743e80b38ce73cde0d4737d
1
# arg 1: the new package version
2
post_install() {
3
/sbin/depmod -a $_kernver
4
/bin/true
5
}
6
7
post_remove() {
8
/sbin/depmod -a $_kernver
9
}
10
11
op=$1
12
shift
13
$op $*