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]
/
lirc-lts-ck
/
lirc-lts-ck.install
blob
63561e168adb67bcb9491656bd15bdde6aad951c
1
KERNEL_VERSION=2.6.35-lts-ck
2
3
post_install() {
4
# updating module dependencies
5
echo ">>> Updating module dependencies. Please wait ..."
6
depmod $KERNEL_VERSION > /dev/null 2>&1
7
}
8
9
post_upgrade() {
10
post_install
11
}
12
13
# arg 1: the old package version
14
post_remove() {
15
post_install
16
}
17