diff options
Diffstat (limited to 'abs/core-testing/aufs2/aufs2.install')
-rw-r--r-- | abs/core-testing/aufs2/aufs2.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/core-testing/aufs2/aufs2.install b/abs/core-testing/aufs2/aufs2.install deleted file mode 100644 index 0f4de97..0000000 --- a/abs/core-testing/aufs2/aufs2.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - KERNEL_VERSION=2.6.34-LinHES - depmod $KERNEL_VERSION -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |