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

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

#DEBHELPER#