summarylogtreecommitdiffstats
path: root/ia32_aout.install
diff options
context:
space:
mode:
Diffstat (limited to 'ia32_aout.install')
-rw-r--r--ia32_aout.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/ia32_aout.install b/ia32_aout.install
new file mode 100644
index 000000000000..95266cb60b62
--- /dev/null
+++ b/ia32_aout.install
@@ -0,0 +1,12 @@
+post_install() {
+ depmod -a
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+