summarylogtreecommitdiffstats
path: root/bash-ctypes-git.install
diff options
context:
space:
mode:
authorJens John2015-09-16 11:52:41 +0200
committerJens John2015-09-16 11:52:41 +0200
commit2074a2347d8132cfeb4fb0bf7cc0de0f1f80fdf4 (patch)
tree418892a18684731ec438827abb37a4caebdf0f8e /bash-ctypes-git.install
parent1475ba7270823d182a7aec41d592cc62b34f6239 (diff)
downloadaur-bash-ctypes-git.tar.gz
Upstream build system changed to autotools
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
+}