summarylogtreecommitdiffstats
path: root/aufs.install
diff options
context:
space:
mode:
authorCTK2015-07-28 23:12:41 +0200
committerCTK2015-07-28 23:13:13 +0200
commit7b12edc0ddd22b324571cb9341fca28103ddda04 (patch)
treec5f7b5c9a1de7d7fd7bcc8d9bae70f63cb694835 /aufs.install
downloadaur-aufs.tar.gz
Initial import
Diffstat (limited to 'aufs.install')
-rw-r--r--aufs.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/aufs.install b/aufs.install
new file mode 100644
index 000000000000..3252ab83fb4c
--- /dev/null
+++ b/aufs.install
@@ -0,0 +1,13 @@
+post_install() {
+ KERNEL_VERSION=4.0-aufs_friendly
+ depmod $(cat /usr/lib/modules/extramodules-$KERNEL_VERSION/version)
+ echo 'Note: you may need to manually load the loop module before the aufs module.'
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}