diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-10-15 15:41:01 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-10-15 15:41:01 +0300 |
commit | 7a2b43796a4c38cf98fe05e8e4ec985318b2721b (patch) | |
tree | b0f5611276e10646b654f7d5ed12c6e6060353be /debian/lldb-X.Y.postinst.in | |
download | llvm-toolchain-5.0-debian.tar.gz |
Imported llvm-toolchain-5.0 (1:5.0-4)debian/5.0-4debian
Diffstat (limited to 'debian/lldb-X.Y.postinst.in')
-rw-r--r-- | debian/lldb-X.Y.postinst.in | 8 |
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# |