summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/aufs2/aufs2.install
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2010-09-04 22:50:31 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2010-09-04 22:50:31 (GMT)
commitd3d70f0555b4f33bafeaf02358ac2fcf0b2dcd10 (patch)
tree03b8b6c80cf204ee0e69c70feaf1ad0bf298b2c6 /abs/core-testing/aufs2/aufs2.install
parent5572c1efbd8f6ac5cd609d746d5630131bc32ba1 (diff)
downloadlinhes_pkgbuild-d3d70f0555b4f33bafeaf02358ac2fcf0b2dcd10.zip
linhes_pkgbuild-d3d70f0555b4f33bafeaf02358ac2fcf0b2dcd10.tar.gz
linhes_pkgbuild-d3d70f0555b4f33bafeaf02358ac2fcf0b2dcd10.tar.bz2
aufs2:Bumped/Updated for LinHES 7.
Diffstat (limited to 'abs/core-testing/aufs2/aufs2.install')
-rw-r--r--abs/core-testing/aufs2/aufs2.install12
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
+}