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 08:01:00 UTC 2012
[aur-mirror.git]
/
ipwraw-ng
/
ipwraw-ng.install
blob
6c40a32d12365a63b86160bd933ea13bd56914bd
1
KERNEL_VERSION=`uname -r`
2
3
post_install() {
4
depmod -v $KERNEL_VERSION >/dev/null 2>&1
5
}
6
7
post_remove() {
8
depmod -v $KERNEL_VERSION >/dev/null 2>&1
9
}
10
11
post_upgrade() {
12
depmod -v $KERNEL_VERSION >/dev/null 2>&1
13
}
14
15
op=$1
16
shift
17
$op $*