summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdebase/debian/kcontrol-trinity.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/maverick/tdebase/debian/kcontrol-trinity.postinst')
-rw-r--r--ubuntu/maverick/tdebase/debian/kcontrol-trinity.postinst14
1 files changed, 14 insertions, 0 deletions
diff --git a/ubuntu/maverick/tdebase/debian/kcontrol-trinity.postinst b/ubuntu/maverick/tdebase/debian/kcontrol-trinity.postinst
new file mode 100644
index 000000000..77efdbda7
--- /dev/null
+++ b/ubuntu/maverick/tdebase/debian/kcontrol-trinity.postinst
@@ -0,0 +1,14 @@
+#!/bin/sh -e
+
+case "$1" in
+
+ configure)
+ LINK="/etc/udev/rules.d/025_logitechmouse.rules"
+ [ -e "$LINK" ] || [ -L "$LINK" ] || ln -s ../logitechmouse.rules "$LINK"
+ ;;
+
+esac
+
+#DEBHELPER#
+
+exit 0