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