summaryrefslogtreecommitdiff
path: root/debian/lldb-X.Y.postinst.in
blob: a5a607104d6d7c17494a33e3a858329f1f7f9ff0 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e

if [ "$1" = "configure" ]
then
        ldconfig
fi

#DEBHELPER#