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

set -e

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

#DEBHELPER#

exit 0