summaryrefslogtreecommitdiff
path: root/debian/libsqlcipher0.postinst
blob: fea41845145e5f024f20967631304a5a12be63fe (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

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

#DEBHELPER#