From 4538fd673d9de4a9764f7ce96e35dc9d4e4977cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 9 Mar 2014 03:26:50 +0100 Subject: Housekeeping in Debian and Ubuntu --- ubuntu/maverick_automake/kdetoys/debian/kworldclock-kde3.prerm | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 ubuntu/maverick_automake/kdetoys/debian/kworldclock-kde3.prerm (limited to 'ubuntu/maverick_automake/kdetoys/debian/kworldclock-kde3.prerm') diff --git a/ubuntu/maverick_automake/kdetoys/debian/kworldclock-kde3.prerm b/ubuntu/maverick_automake/kdetoys/debian/kworldclock-kde3.prerm deleted file mode 100644 index b31a8a6ad..000000000 --- a/ubuntu/maverick_automake/kdetoys/debian/kworldclock-kde3.prerm +++ /dev/null @@ -1,9 +0,0 @@ -#!/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.1