diff options
author | Michele Calgaro <[email protected]> | 2020-11-15 19:23:30 +0800 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-11-15 19:23:30 +0800 |
commit | 0277521b268b21caf0ee21202b92784f302baadc (patch) | |
tree | 5d856f96adfbe46b57da31cf60daa1084b4e7a1e /dilos/tdetoys/debian/kworldclock-trinity.prerm | |
parent | eb16e7c7281e182297581fa8d565561869c81bca (diff) | |
download | tde-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.prerm | 13 |
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 |