updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / catalyst-rt / catalyst-rt.install
blob26721850fca2ac4d95a939333b5e4a4912f60d30
1 post_install() {
2   KERNEL_VERSION=2.6.26-rt
3   depmod -v $KERNEL_VERSION > /dev/null 2>&1
6 post_upgrade() {
7   post_install
10 post_remove() {
11   KERNEL_VERSION=2.6.26-rt
12   depmod -v $KERNEL_VERSION > /dev/null 2>&1
15 op=$1
16 shift
17 $op $*