/lib/udev/jscal-restore is in joystick 1:1.4.7-2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #!/bin/sh -e
#
# udev script for jscal-restore
(
. /lib/udev/hotplug.functions
wait_for_file /usr/bin/jscal-restore
exec /usr/bin/jscal-restore $*
) &
|