summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas N. Ferreira <lnf07@c3sl.ufpr.br>2010-07-30 02:53:45 -0300
committerLucas N. Ferreira <lnf07@c3sl.ufpr.br>2010-07-30 02:53:45 -0300
commite8740dce96b1968b9db946daba380b2df3b306aa (patch)
treebaeda24a06668054702e12b27b90217afaf1e2a2
parentde792b755254c0f68d61dfbedf983e9593746c4a (diff)
Install usbseat.sh script.
-rwxr-xr-xinstall.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index e9ced41..e9028eb 100755
--- a/install.sh
+++ b/install.sh
@@ -6,8 +6,9 @@ UDEV_DIR=/lib/udev/rules.d/
XORG_CONFIG_DIR=/etc/X11/
CONSOLE_KIT_CONFIG_DIR=/etc/ConsoleKit/
-echo "Installing 'seat-id' script to name the seats."
+echo "Installing scripts"
cp src/seat-id $SRC_DIR
+cp src/usbseat.sh $SRC_DIR
echo "Installing udev rules for detect the Plugable Dock Stations."
cp udev/50-usbseat.rules $UDEV_DIR