summaryrefslogtreecommitdiffstats
path: root/debian/lenny/kdebase/debian/kcontrol-trinity.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/lenny/kdebase/debian/kcontrol-trinity.postinst')
-rw-r--r--debian/lenny/kdebase/debian/kcontrol-trinity.postinst14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/lenny/kdebase/debian/kcontrol-trinity.postinst b/debian/lenny/kdebase/debian/kcontrol-trinity.postinst
new file mode 100644
index 000000000..77efdbda7
--- /dev/null
+++ b/debian/lenny/kdebase/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