updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / tiacx-lts / acx.install
blob4fe3593b99e2e8e8df3884cb3a8719d0aef0a143
1 # arg 1:  the new package version
2 post_install() {
3   KERNEL_VERSION='2.6.32-lts'
4   depmod $KERNEL_VERSION > /dev/null 2>&1 
7 # arg 1:  the new package version
8 # arg 2:  the old package version
9 post_upgrade() {
10   KERNEL_VERSION='2.6.32-lts'
11   depmod $KERNEL_VERSION > /dev/null 2>&1        
12   
15 # arg 1:  the old package version
16 post_remove() {
17   KERNEL_VERSION='2.6.32-lts'
18   depmod $KERNEL_VERSION > /dev/null 2>&1