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 --- ubuntu/_base/dependencies/tqt3/debian/tqt3-assistant.postinst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ubuntu/_base/dependencies/tqt3/debian/tqt3-assistant.postinst (limited to 'ubuntu/_base/dependencies/tqt3/debian/tqt3-assistant.postinst') diff --git a/ubuntu/_base/dependencies/tqt3/debian/tqt3-assistant.postinst b/ubuntu/_base/dependencies/tqt3/debian/tqt3-assistant.postinst new file mode 100644 index 000000000..041457133 --- /dev/null +++ b/ubuntu/_base/dependencies/tqt3/debian/tqt3-assistant.postinst @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +update-alternatives --install \ + /usr/bin/assistant assistant "/usr/bin/tqassistant" "45" \ + +#DEBHELPER# -- cgit v1.2.1