From 1b6efb141bcf333e5c73a520e701d1de8cafcf4e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 4 Nov 2011 12:06:08 -0500 Subject: Rename kde packages to tde --- debian/squeeze/tdetoys/debian/kworldclock-trinity.prerm | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 debian/squeeze/tdetoys/debian/kworldclock-trinity.prerm (limited to 'debian/squeeze/tdetoys/debian/kworldclock-trinity.prerm') diff --git a/debian/squeeze/tdetoys/debian/kworldclock-trinity.prerm b/debian/squeeze/tdetoys/debian/kworldclock-trinity.prerm new file mode 100644 index 000000000..b31a8a6ad --- /dev/null +++ b/debian/squeeze/tdetoys/debian/kworldclock-trinity.prerm @@ -0,0 +1,9 @@ +#!/bin/sh -e + +# Remove the link /usr/share/apps/kworldwatch. +if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/share/apps/kworldwatch ]; then + rm -f /usr/share/apps/kworldwatch +fi + +#DEBHELPER# +exit 0 -- cgit v1.2.3