updated on Fri Jan 6 08:01:17 UTC 2012
[aur-mirror.git] / rr264x-lts / rr264x-lts.install
blobd8e4864b6165fe7f49d24ccd15c8849ab9ad93f6
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-2.6.32-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