summaryrefslogtreecommitdiffstats
path: root/ubuntu
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-17 22:33:30 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-17 22:33:30 -0500
commit457d6220a530c44f442da5e03ce8a4d326020afa (patch)
tree2c421bb113d6ac2cc374d900d78914a354e59cb8 /ubuntu
parent903a42953992799dc3e6a096dd003f9ef3281600 (diff)
parentcfdd469160a8a274d497f9819d8e650f262b8b97 (diff)
downloadtde-packaging-457d6220a530c44f442da5e03ce8a4d326020afa.tar.gz
tde-packaging-457d6220a530c44f442da5e03ce8a4d326020afa.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/maverick/tdebase/debian/kcontrol-trinity.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/tdebase/debian/kcontrol-trinity.postinst b/ubuntu/maverick/tdebase/debian/kcontrol-trinity.postinst
index 77efdbda7..e879da462 100644
--- a/ubuntu/maverick/tdebase/debian/kcontrol-trinity.postinst
+++ b/ubuntu/maverick/tdebase/debian/kcontrol-trinity.postinst
@@ -4,7 +4,7 @@ case "$1" in
configure)
LINK="/etc/udev/rules.d/025_logitechmouse.rules"
- [ -e "$LINK" ] || [ -L "$LINK" ] || ln -s ../logitechmouse.rules "$LINK"
+ [ -e "$LINK" ] || [ -L "$LINK" ] || [ ! -f "${LINK%/rules.d/*}/logitechmouse.rules" ] || ln -s ../logitechmouse.rules "$LINK"
;;
esac