Fixed boot scripts
[ussd-widget] / ussd4all / debian / prerm
1 #!/bin/sh
2 stop ussdd
3 pkill ussdd
4 return 0