updated on Sun Jan 22 04:03:10 UTC 2012
[aur-mirror.git] / rr231x-0x / rr231x-0x.install
blob282108b6584552cdad8a77eedc1004f4450657bf
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 # arg 1:  the new package version
5 pre_install() {
6   /bin/true
9 # arg 1:  the new package version
10 post_install() {
11   KERNEL_VERSION=2.6.23
12   depmod -v $KERNEL_VERSION > /dev/null 2>&1
15 # arg 1:  the new package version
16 # arg 2:  the old package version
17 post_upgrade() {
18   KERNEL_VERSION=2.6.23
19   depmod -v $KERNEL_VERSION > /dev/null 2>&1
22 # arg 1:  the old package version
23 post_remove() {
24   KERNEL_VERSION=2.6.23
25   depmod -v $KERNEL_VERSION > /dev/null 2>&1
28 op=$1
29 shift
30 $op $*