From 11394aecd1f906fee2ebd2b90412aeba4651fbff Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 3 Apr 2019 22:56:40 +0900 Subject: DEB: use _base folder for a distro instead of specific distros (squeeze and maverick). Signed-off-by: Michele Calgaro --- .../tdelibs/debian/tdelibs-data-trinity.postrm | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ubuntu/_base/tdelibs/debian/tdelibs-data-trinity.postrm (limited to 'ubuntu/_base/tdelibs/debian/tdelibs-data-trinity.postrm') diff --git a/ubuntu/_base/tdelibs/debian/tdelibs-data-trinity.postrm b/ubuntu/_base/tdelibs/debian/tdelibs-data-trinity.postrm new file mode 100644 index 000000000..aae9f3600 --- /dev/null +++ b/ubuntu/_base/tdelibs/debian/tdelibs-data-trinity.postrm @@ -0,0 +1,23 @@ +#!/bin/sh -e + +FILE="/etc/xdg/menus/applications.menu" +MD5SUM332="3750f06e08cfd048952f4cd82b97652c" +MD5SUM340="ea26be9e934fb23c04b0b1409706bace" + +case "$1" in + + remove) + ldconfig + ;; + + abort-upgrade) + ;; + + *) + ;; + +esac + +#DEBHELPER# + +exit 0 -- cgit v1.2.1