~ubuntu-branches/ubuntu/saucy/joystick/saucy

1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e
#
# udev script for inputattach

(
	. /lib/udev/hotplug.functions
	wait_for_file /usr/bin/inputattach
	exec /usr/bin/inputattach $*
) &