From 7acfaa9e6409ed0ebdbc2e6fb67e8bc9b64b33d2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 4 Nov 2011 12:48:29 -0500 Subject: Rename a bunch of kde names to tde --- .../tdelibs/debian/tdelibs-data-trinity.postinst | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ubuntu/maverick/tdelibs/debian/tdelibs-data-trinity.postinst (limited to 'ubuntu/maverick/tdelibs/debian/tdelibs-data-trinity.postinst') diff --git a/ubuntu/maverick/tdelibs/debian/tdelibs-data-trinity.postinst b/ubuntu/maverick/tdelibs/debian/tdelibs-data-trinity.postinst new file mode 100644 index 000000000..f2a8d925b --- /dev/null +++ b/ubuntu/maverick/tdelibs/debian/tdelibs-data-trinity.postinst @@ -0,0 +1,23 @@ +#!/bin/sh -e + +FILE="/etc/xdg/menus/applications.menu" +MD5SUM332="3750f06e08cfd048952f4cd82b97652c" +MD5SUM340="ea26be9e934fb23c04b0b1409706bace" + +case "$1" in + + upgrade|install) + ldconfig + ;; + + abort-upgrade) + ;; + + *) + ;; + +esac + +#DEBHELPER# + +exit 0 -- cgit v1.2.1