summarylogtreecommitdiffstats
path: root/binfmt_aout.install
diff options
context:
space:
mode:
authorSebRmv2015-06-07 08:42:11 +0200
committerSebRmv2015-06-07 08:42:11 +0200
commit16c1483759d1cf780ff3a206544e9e92ec6241cc (patch)
tree2584b74409e1ae48a10ed48203c7195b384158ed /binfmt_aout.install
downloadaur-16c1483759d1cf780ff3a206544e9e92ec6241cc.tar.gz
Initial import.
Diffstat (limited to 'binfmt_aout.install')
-rw-r--r--binfmt_aout.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/binfmt_aout.install b/binfmt_aout.install
new file mode 100644
index 000000000000..95266cb60b62
--- /dev/null
+++ b/binfmt_aout.install
@@ -0,0 +1,12 @@
+post_install() {
+ depmod -a
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+