llvm-toolchain/debian/lldb-X.Y.postinst.in
2014-07-28 11:34:35 +00:00

9 lines
78 B
Bash

#!/bin/sh -e
if [ "$1" = "configure" ]
then
ldconfig
fi
#DEBHELPER#