CC-2758: Make airtime-install script Debian/Ubuntu compatible
-cleanup
This commit is contained in:
parent
caf8ce9bbf
commit
38a0f8697a
16 changed files with 8 additions and 523 deletions
|
@ -24,11 +24,11 @@ except Exception, e:
|
|||
|
||||
try:
|
||||
#remove init.d script
|
||||
print " * Removing Show-Recorder init.d script"
|
||||
print " * Removing Show-Recorder init.d Script"
|
||||
remove_file('/etc/init.d/airtime-show-recorder')
|
||||
|
||||
#remove bin dir
|
||||
print " * Removing Show-Recorder Program Directories"
|
||||
print " * Removing Show-Recorder Program Directory"
|
||||
shutil.rmtree(config["bin_dir"], ignore_errors=True)
|
||||
|
||||
#remove log dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue