llvm-toolchain-9/debian/lldb-X.Y.postinst.in

9 lines
78 B
Bash

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