summaryrefslogtreecommitdiffstats
path: root/ubuntu/precise/tdebase/debian/kcontrol-trinity.postrm
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-09-10 16:16:32 -0500
committerTimothy Pearson <[email protected]>2012-09-10 16:16:32 -0500
commit02dc85a95b228b7242b0d11ea35619faad96db03 (patch)
treee161ba877a0720bbdf7818bdec06eb239d8ad271 /ubuntu/precise/tdebase/debian/kcontrol-trinity.postrm
parent6f2c7dc70e77d2f768d687838b6cc9f7632f609e (diff)
downloadtde-packaging-02dc85a95b228b7242b0d11ea35619faad96db03.tar.gz
tde-packaging-02dc85a95b228b7242b0d11ea35619faad96db03.zip
Split precise from maverick
Diffstat (limited to 'ubuntu/precise/tdebase/debian/kcontrol-trinity.postrm')
-rw-r--r--ubuntu/precise/tdebase/debian/kcontrol-trinity.postrm14
1 files changed, 14 insertions, 0 deletions
diff --git a/ubuntu/precise/tdebase/debian/kcontrol-trinity.postrm b/ubuntu/precise/tdebase/debian/kcontrol-trinity.postrm
new file mode 100644
index 000000000..3832d3be4
--- /dev/null
+++ b/ubuntu/precise/tdebase/debian/kcontrol-trinity.postrm
@@ -0,0 +1,14 @@
+#!/bin/sh -e
+
+case "$1" in
+
+ purge)
+ LINK="/etc/udev/rules.d/025_logitechmouse.rules"
+ [ ! -L "$LINK" ] || rm -f "$LINK"
+ ;;
+
+esac
+
+#DEBHELPER#
+
+exit 0