summaryrefslogtreecommitdiff
path: root/debian/lldb-X.Y.postinst.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/lldb-X.Y.postinst.in')
-rw-r--r--debian/lldb-X.Y.postinst.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/lldb-X.Y.postinst.in b/debian/lldb-X.Y.postinst.in
new file mode 100644
index 0000000..a5a6071
--- /dev/null
+++ b/debian/lldb-X.Y.postinst.in
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+if [ "$1" = "configure" ]
+then
+ ldconfig
+fi
+
+#DEBHELPER#