summaryrefslogtreecommitdiff
path: root/usb/Argyll
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-01 16:13:57 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-05-01 16:13:57 +0200
commit094535c010320967639e8e86f974d878e80baa72 (patch)
treeefc3094b20355dcbeebb2c4ece4fcfc69bffedb5 /usb/Argyll
parentc07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 (diff)
Imported Upstream version 1.7.0upstream/1.7.0
Diffstat (limited to 'usb/Argyll')
-rw-r--r--usb/Argyll4
1 files changed, 2 insertions, 2 deletions
diff --git a/usb/Argyll b/usb/Argyll
index b16d929..b7eebc2 100644
--- a/usb/Argyll
+++ b/usb/Argyll
@@ -1,9 +1,9 @@
#!/bin/sh
# Copy to /etc/hotplug/usb/Argyll
#
-# Argyll hotplug script. Adds the USB devices to the plugdev group.
+# Argyll hotplug script. Adds the USB devices to the colord group.
if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ]
then
- chgrp plugdev "${DEVICE}"
+ chgrp colord "${DEVICE}"
chmod 660 "${DEVICE}"
fi