From 98095beb82f000d888dfa15bada80376c48df837 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 15 Nov 2020 21:15:11 +0800 Subject: DEB: adjusted to new 'core' folder for main packages. Signed-off-by: Michele Calgaro --- ubuntu/_base/core/tdebase/debian/tdeprint-trinity.postinst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ubuntu/_base/core/tdebase/debian/tdeprint-trinity.postinst (limited to 'ubuntu/_base/core/tdebase/debian/tdeprint-trinity.postinst') diff --git a/ubuntu/_base/core/tdebase/debian/tdeprint-trinity.postinst b/ubuntu/_base/core/tdebase/debian/tdeprint-trinity.postinst new file mode 100644 index 000000000..c812a9390 --- /dev/null +++ b/ubuntu/_base/core/tdebase/debian/tdeprint-trinity.postinst @@ -0,0 +1,13 @@ +#!/bin/sh +# postinst script for tdeprint-trinity + +set -e + +if [ "$1" = "configure" ] ; then + # force ldconfig due to tdeinit library + ldconfig +fi + +#DEBHELPER# + +exit 0 -- cgit v1.2.3