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/tdelibs4c2a-trinity.postinst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ubuntu/maverick/tdelibs/debian/tdelibs4c2a-trinity.postinst (limited to 'ubuntu/maverick/tdelibs/debian/tdelibs4c2a-trinity.postinst') diff --git a/ubuntu/maverick/tdelibs/debian/tdelibs4c2a-trinity.postinst b/ubuntu/maverick/tdelibs/debian/tdelibs4c2a-trinity.postinst new file mode 100644 index 000000000..6dbf5d9e1 --- /dev/null +++ b/ubuntu/maverick/tdelibs/debian/tdelibs4c2a-trinity.postinst @@ -0,0 +1,18 @@ +#!/bin/sh -e + +case "$1" in + + upgrade|install) + ;; + + abort-upgrade) + ;; + + *) + ;; + +esac + +#DEBHELPER# + +exit 0 -- cgit v1.2.1