updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / lirc-bede / lirc.install
blobb66b4a19dda0a826e06bd5a9d73bc4cfa1aacb19
1 EXTRAMODULES=3.2-BEDE-external
3 # arg 1:  the new package version
4 post_install() {
5         # updating module dependencies
6         echo ">>> Updating module dependencies. Please wait ..."
7         depmod $(cat /lib/modules/$EXTRAMODULES/version)
10 # arg 1:  the new package version
11 # arg 2:  the old package version
12 post_upgrade() {
13         post_install
16 # arg 1:  the old package version
17 post_remove() {
18 post_install