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

set -e

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

#DEBHELPER#

exit 0