llvm-toolchain/debian/lldb-3.5.postinst
Sylvestre Ledru 49cd5acd48 * Switch from 3.4 to 3.5
* Standards-Version updated to 3.9.5
2013-11-20 20:38:03 +00:00

9 lines
78 B
Bash

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