summaryrefslogtreecommitdiffstats
path: root/debian/lenny/tdebase/debian/kcontrol-trinity.postrm
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-04-27 17:16:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-04-27 17:16:05 +0900
commit3998e3cd8681091727ec71ddf74a43fcbf25582e (patch)
treee87eb7a31776ece580ce65d979beca61891263b1 /debian/lenny/tdebase/debian/kcontrol-trinity.postrm
parent99971daa18523f53631710bff4ba21a293df9024 (diff)
downloadtde-packaging-3998e3cd8681091727ec71ddf74a43fcbf25582e.tar.gz
tde-packaging-3998e3cd8681091727ec71ddf74a43fcbf25582e.zip
DEB: removed old distros.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/lenny/tdebase/debian/kcontrol-trinity.postrm')
-rw-r--r--debian/lenny/tdebase/debian/kcontrol-trinity.postrm14
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/lenny/tdebase/debian/kcontrol-trinity.postrm b/debian/lenny/tdebase/debian/kcontrol-trinity.postrm
deleted file mode 100644
index 3832d3be4..000000000
--- a/debian/lenny/tdebase/debian/kcontrol-trinity.postrm
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh -e
-
-case "$1" in
-
- purge)
- LINK="/etc/udev/rules.d/025_logitechmouse.rules"
- [ ! -L "$LINK" ] || rm -f "$LINK"
- ;;
-
-esac
-
-#DEBHELPER#
-
-exit 0