summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdeutils/debian/kcalc-trinity.postinst
blob: 6cf1c841ce8bfe681e90d2ad25d5a9ca3a7249a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# postinst script for kcalc-trinity

set -e

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

#DEBHELPER#

exit 0