diff options
Diffstat (limited to 'ubuntu/_base/tdebase/debian/kdesktop-trinity.postinst')
-rw-r--r-- | ubuntu/_base/tdebase/debian/kdesktop-trinity.postinst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ubuntu/_base/tdebase/debian/kdesktop-trinity.postinst b/ubuntu/_base/tdebase/debian/kdesktop-trinity.postinst new file mode 100644 index 000000000..0b3eb0b52 --- /dev/null +++ b/ubuntu/_base/tdebase/debian/kdesktop-trinity.postinst @@ -0,0 +1,13 @@ +#!/bin/sh +# postinst script for kdesktop-trinity + +set -e + +if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library + ldconfig +fi + +#DEBHELPER# + +exit 0 |