From c1251c5abd9f8eb4a0256a7a92f72aa7aa8518eb Mon Sep 17 00:00:00 2001 From: Denis Kozadaev Date: Thu, 30 Jan 2020 22:13:12 +0300 Subject: DilOS: tdeutils build pack Signed-off-by: Denis Kozadaev --- dilos/tdeutils/debian/kcalc-trinity.postinst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dilos/tdeutils/debian/kcalc-trinity.postinst (limited to 'dilos/tdeutils/debian/kcalc-trinity.postinst') diff --git a/dilos/tdeutils/debian/kcalc-trinity.postinst b/dilos/tdeutils/debian/kcalc-trinity.postinst new file mode 100644 index 000000000..e1935e9a5 --- /dev/null +++ b/dilos/tdeutils/debian/kcalc-trinity.postinst @@ -0,0 +1,16 @@ +#!/bin/sh +# postinst script for kcalc-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