updated on Fri Jan 20 20:16:25 UTC 2012
[aur-mirror.git] / tiacx-ice / tiacx-ice.install
blob5417c8101133da02d91041c3dea920cf945e2223
1 # arg 1:  the new package version
2 post_install() {
3   KERNEL_VERSION='2.6.25-ice'
4   depmod -v $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.25-ice'
11   depmod -v $KERNEL_VERSION > /dev/null 2>&1     
12   
15 # arg 1:  the old package version
16 post_remove() {
17   KERNEL_VERSION='2.6.25-ice'
18   depmod -v $KERNEL_VERSION > /dev/null 2>&1     
21 op=$1
22 shift
23 $op $*