CC-2758: Make airtime-install script Debian/Ubuntu compatible

-cleanup
This commit is contained in:
Martin Konecny 2011-11-01 22:43:12 -04:00
parent caf8ce9bbf
commit 38a0f8697a
16 changed files with 8 additions and 523 deletions

View file

@ -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