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

set -e

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

#DEBHELPER#

exit 0