summaryrefslogtreecommitdiffstats
path: root/kexi/debian/kexi.postinst
blob: 0f31771ec1e70f271ffbc08814e3fd3edb9b81a8 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

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

#DEBHELPER#