usb-modeswitch 73 B

123456789
  1. #!/bin/sh
  2. case $1 in
  3. stop)
  4. rm -f /var/log/usb_modeswitch_*
  5. ;;
  6. esac