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 --- .../tdebase/debian/tdebase-trinity-bin.postinst | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ubuntu/_base/core/tdebase/debian/tdebase-trinity-bin.postinst (limited to 'ubuntu/_base/core/tdebase/debian/tdebase-trinity-bin.postinst') diff --git a/ubuntu/_base/core/tdebase/debian/tdebase-trinity-bin.postinst b/ubuntu/_base/core/tdebase/debian/tdebase-trinity-bin.postinst new file mode 100644 index 000000000..e0d103825 --- /dev/null +++ b/ubuntu/_base/core/tdebase/debian/tdebase-trinity-bin.postinst @@ -0,0 +1,23 @@ +#! /bin/sh + +set -e + +package_name=tdebase-trinity-bin + +if [ -z "$package_name" ]; then + print >&2 "Internal Error. Please report a bug." + exit 1; +fi + +case "$1" in + configure) + ;; + abort-upgrade) + ;; + *) echo "$0: didn't understand being called with \`$1'" 1>&2 + exit 0;; +esac + +#DEBHELPER# + +exit 0 -- cgit v1.2.3