From fcad8b8d150fb9f508973e3044a103de74ec3877 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 3 Apr 2019 23:02:46 +0900 Subject: DEB: use _base folder for a distro instead of specific distros (squeeze and maverick). Signed-off-by: Michele Calgaro --- .../tdebase/debian/tdebase-trinity-bin.postinst | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ubuntu/_base/tdebase/debian/tdebase-trinity-bin.postinst (limited to 'ubuntu/_base/tdebase/debian/tdebase-trinity-bin.postinst') diff --git a/ubuntu/_base/tdebase/debian/tdebase-trinity-bin.postinst b/ubuntu/_base/tdebase/debian/tdebase-trinity-bin.postinst new file mode 100644 index 000000000..e0d103825 --- /dev/null +++ b/ubuntu/_base/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.1