#/bin/sh

dir=/boot/home/config/add-ons/input_server/devices

rm $dir/wmouse
echo "wmouse removed from $dir/"

mv ./mouse /system/add-ons/input_server/devices/
echo "mouse moved back to /system/add-ons input_server/devices/"

/system/servers/input_server -q
echo "input_server restarted"
