Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
dimkr
/
woof-CE-libre
Watch
3
Star
1
Fork
2
Files
Issues
8
Pull Requests
0
Wiki
Tree:
dfa7ea51c8
Branches
Tags
libre
master
testing
woof-CE-0.1
v0.3
6.0.2.2
6.0.2.1
6.0.2.0
0.2
0.1
woof-CE-libre
/
woof-code
/
rootfs-skeleton
/
etc
/
init.d
/
usb-modeswitch
usb-modeswitch
73 B
History
Raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
case $1 in
stop)
rm -f /var/log/usb_modeswitch_*
;;
esac