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 26 16:09:46 UTC 2012
[aur-mirror.git]
/
lirc-eee-ck
/
lirc.install
blob
95de4d4f1459e21f8a364fa9a3f0bed296a83911
1
KERNEL_VERSION=3.1.2-ck2eee
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
}