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 Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git]
/
aufs2-ck
/
aufs2-ck.install
blob
efcbf3271c87c2a46b39a45b332ece8ce3915aa8
1
post_install() {
2
KERNEL_VERSION=2.6.33-ck
3
depmod $KERNEL_VERSION
4
}
5
6
post_upgrade() {
7
KERNEL_VERSION=2.6.33-ck
8
depmod $KERNEL_VERSION
9
}
10
11
post_remove() {
12
KERNEL_VERSION=2.6.33-ck
13
depmod $KERNEL_VERSION
14
}
15
16
op=$1
17
shift
18
$op $*