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