summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/tdetoys/debian/kworldclock-trinity.prerm
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-11-15 19:23:30 +0800
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-11-15 19:23:30 +0800
commit0277521b268b21caf0ee21202b92784f302baadc (patch)
tree5d856f96adfbe46b57da31cf60daa1084b4e7a1e /ubuntu/_base/tdetoys/debian/kworldclock-trinity.prerm
parenteb16e7c7281e182297581fa8d565561869c81bca (diff)
downloadtde-packaging-0277521b268b21caf0ee21202b92784f302baadc.tar.gz
tde-packaging-0277521b268b21caf0ee21202b92784f302baadc.zip
DEB: adjusted to new 'core' folder for main packages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu/_base/tdetoys/debian/kworldclock-trinity.prerm')
-rw-r--r--ubuntu/_base/tdetoys/debian/kworldclock-trinity.prerm9
1 files changed, 0 insertions, 9 deletions
diff --git a/ubuntu/_base/tdetoys/debian/kworldclock-trinity.prerm b/ubuntu/_base/tdetoys/debian/kworldclock-trinity.prerm
deleted file mode 100644
index b31a8a6ad..000000000
--- a/ubuntu/_base/tdetoys/debian/kworldclock-trinity.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