summaryrefslogtreecommitdiffstats
path: root/dilos/core/tdetoys/debian/kweather-trinity.postinst
blob: bf30c75a966bd1912784ce9c1b7cf7e8920e4358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
# postinst script for kweather-trinity

set -e
if [ "${BASEDIR:=/}" = "/" ]; then
	BASEDIR=""
fi

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

#DEBHELPER#

exit 0