llvm-toolchain/debian/lldb-3.4.postinst
Sylvestre Ledru 76530c2c24 Sync from 3.3
2013-08-22 07:06:20 +00:00

9 lines
78 B
Bash

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