From 54987baa2946868ae04e93090d4da5693afaa3b1 Mon Sep 17 00:00:00 2001 From: Denis Kozadaev Date: Thu, 30 Jan 2020 22:13:12 +0300 Subject: DilOS: tdebase build pack Signed-off-by: Denis Kozadaev (cherry picked from commit 042414011edfd405230b65e77e2b14870852760f) --- dilos/tdebase/debian/tdeprint-trinity.postinst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dilos/tdebase/debian/tdeprint-trinity.postinst (limited to 'dilos/tdebase/debian/tdeprint-trinity.postinst') 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 -- cgit v1.2.1