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
|
@ -32,7 +32,7 @@ try:
|
|||
remove_file("/etc/init.d/airtime-playout")
|
||||
|
||||
#remove bin, cache, tmp and file dir
|
||||
print " * Removing Pypo Program directories"
|
||||
print " * Removing Pypo Program Directory"
|
||||
shutil.rmtree(config['bin_dir'], ignore_errors=True)
|
||||
shutil.rmtree(config['cache_dir'], ignore_errors=True)
|
||||
shutil.rmtree(config['file_dir'], ignore_errors=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue