summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/tdebase/debian/khelpcenter-trinity.postinst
blob: b6b0656b78cb90c2c7559941b0f422a932bc2c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# postinst script for khelpcenter-trinity

set -e

if [ "$1" = "configure" ] ; then
  # force ldconfig due to tdeinit library
  ldconfig
fi

#DEBHELPER#

exit 0