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