updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / rr264x-lts / rr264x-lts.install
blob9d0fb635da017a8bc6ac697f8c3a44ee64ca9df0
1 # This is a default template for a post-install scriptlet.  You can
2 # remove any functions you don't need (and this header).
4 KERNEL_VERSION=`cat /lib/modules/extramodules-3.0-lts/version`
6 # arg 1:  the new package version
7 pre_install() {
8   /bin/true
11 # arg 1:  the new package version
12 post_install() {
13   depmod -v $KERNEL_VERSION > /dev/null 2>&1
16 # arg 1:  the new package version
17 # arg 2:  the old package version
18 post_upgrade() {
19  post_install
22 # arg 1:  the old package version
23 post_remove() {
24   depmod -v $KERNEL_VERSION > /dev/null 2>&1