remove airtime-liquidsoap symbolic link on uninstall
This commit is contained in:
parent
4608f04140
commit
7299704ed0
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ if os.geteuid() != 0:
|
|||
try:
|
||||
#stop pypo and liquidsoap processes
|
||||
print "Waiting for pypo processes to stop...",
|
||||
subprocess.call("rm -f /usr/bin/airtime-liquidsoap")
|
||||
if (os.path.exists('/etc/init.d/airtime-playout')):
|
||||
subprocess.call("invoke-rc.d airtime-playout stop", shell=True)
|
||||
print "OK"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue