summaryrefslogtreecommitdiffstats
path: root/dilos/tdetoys/debian/kworldclock-trinity.prerm
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2020-11-15 19:23:30 +0800
committerMichele Calgaro <[email protected]>2020-11-15 19:23:30 +0800
commit0277521b268b21caf0ee21202b92784f302baadc (patch)
tree5d856f96adfbe46b57da31cf60daa1084b4e7a1e /dilos/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 <[email protected]>
Diffstat (limited to 'dilos/tdetoys/debian/kworldclock-trinity.prerm')
-rw-r--r--dilos/tdetoys/debian/kworldclock-trinity.prerm13
1 files changed, 0 insertions, 13 deletions
diff --git a/dilos/tdetoys/debian/kworldclock-trinity.prerm b/dilos/tdetoys/debian/kworldclock-trinity.prerm
deleted file mode 100644
index da960279f..000000000
--- a/dilos/tdetoys/debian/kworldclock-trinity.prerm
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh -e
-
-if [ "${BASEDIR:=/}" = "/" ]; then
- BASEDIR=""
-fi
-
-# Remove the link /usr/share/apps/kworldwatch.
-if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L ${BASEDIR}/usr/share/apps/kworldwatch ]; then
- rm -f ${BASEDIR}/usr/share/apps/kworldwatch
-fi
-
-#DEBHELPER#
-exit 0