9 lines
170 B
Bash
9 lines
170 B
Bash
#!/bin/sh
|
|
|
|
rc-update del powerkey
|
|
rc-update del largefont
|
|
rc-update del ofono
|
|
rc-update del ofono-auto-enable
|
|
rc-update del smsd
|
|
rc-update del calld
|
|
rc-update del shelli
|