From 0277521b268b21caf0ee21202b92784f302baadc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 15 Nov 2020 19:23:30 +0800 Subject: DEB: adjusted to new 'core' folder for main packages. Signed-off-by: Michele Calgaro --- dilos/core/tdenetwork/debian/kdict-trinity.postinst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dilos/core/tdenetwork/debian/kdict-trinity.postinst (limited to 'dilos/core/tdenetwork/debian/kdict-trinity.postinst') diff --git a/dilos/core/tdenetwork/debian/kdict-trinity.postinst b/dilos/core/tdenetwork/debian/kdict-trinity.postinst new file mode 100644 index 000000000..055be2e09 --- /dev/null +++ b/dilos/core/tdenetwork/debian/kdict-trinity.postinst @@ -0,0 +1,16 @@ +#!/bin/sh +# postinst script for kdict-trinity + +set -e +if [ "${BASEDIR:=/}" = "/" ]; then + BASEDIR="" +fi + +#if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library +# ldconfig +#fi + +#DEBHELPER# + +exit 0 -- cgit v1.2.1