summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick_automake/applications/kerry/debian/postinst
blob: e69aae42928829409eed1457d814f31410b4a49c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# postinst script for kerry-kde3

set -e

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

#DEBHELPER#

exit 0