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

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

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

#DEBHELPER#

exit 0