From 0277521b268b21caf0ee21202b92784f302baadc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 15 Nov 2020 19:23:30 +0800 Subject: DEB: adjusted to new 'core' folder for main packages. Signed-off-by: Michele Calgaro --- dilos/core/tdetoys/debian/kworldclock-trinity.prerm | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dilos/core/tdetoys/debian/kworldclock-trinity.prerm (limited to 'dilos/core/tdetoys/debian/kworldclock-trinity.prerm') diff --git a/dilos/core/tdetoys/debian/kworldclock-trinity.prerm b/dilos/core/tdetoys/debian/kworldclock-trinity.prerm new file mode 100644 index 000000000..da960279f --- /dev/null +++ b/dilos/core/tdetoys/debian/kworldclock-trinity.prerm @@ -0,0 +1,13 @@ +#!/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 -- cgit v1.2.1