5 lines
62 B
Bash
5 lines
62 B
Bash
#!/bin/sh
|
|
|
|
update-rc.d alphax remove > /dev/null 2>&1
|
|
|
|
exit 0
|