diff options
Diffstat (limited to 'abs/core-testing/aufs/aufs.install')
-rw-r--r-- | abs/core-testing/aufs/aufs.install | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/abs/core-testing/aufs/aufs.install b/abs/core-testing/aufs/aufs.install deleted file mode 100644 index 8081c6a..0000000 --- a/abs/core-testing/aufs/aufs.install +++ /dev/null @@ -1,31 +0,0 @@ -pre_install() { - /bin/true -} - -post_install() { - # updating module dependencies - echo ">>> Updating module dependencies. Please wait ..." - KERNEL_VERSION=2.6.28-LinHES - depmod -v $KERNEL_VERSION > /dev/null 2>&1 - /bin/true -} - -post_upgrade() { - # updating module dependencies - echo ">>> Updating module dependencies. Please wait ..." - KERNEL_VERSION=2.6.28-LinHES - depmod -v $KERNEL_VERSION > /dev/null 2>&1 - /bin/true -} - -post_remove() { - # updating module dependencies - echo ">>> Updating module dependencies. Please wait ..." - KERNEL_VERSION=2.6.28-LinHES - depmod -v $KERNEL_VERSION > /dev/null 2>&1 - /bin/true -} - -op=$1 -shift -$op $* |