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