summaryrefslogtreecommitdiffstats
path: root/abs/core/aufs/aufs.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/aufs/aufs.install')
-rw-r--r--abs/core/aufs/aufs.install31
1 files changed, 0 insertions, 31 deletions
diff --git a/abs/core/aufs/aufs.install b/abs/core/aufs/aufs.install
deleted file mode 100644
index 8081c6a..0000000
--- a/abs/core/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 $*