summarylogtreecommitdiffstats
path: root/bash-ctypes-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'bash-ctypes-git.install')
-rw-r--r--bash-ctypes-git.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/bash-ctypes-git.install b/bash-ctypes-git.install
new file mode 100644
index 000000000000..567523dc7bf4
--- /dev/null
+++ b/bash-ctypes-git.install
@@ -0,0 +1,9 @@
+post_install()
+{
+ libtool --finish /usr/lib 1>/dev/null 2>/dev/null
+}
+
+post_upgrade()
+{
+ post_install
+}