From d98bc72703e53dd9bcefd1ee0eddafa91e477ccf Mon Sep 17 00:00:00 2001 From: Kload Date: Sun, 3 Mar 2013 23:16:38 +0100 Subject: [PATCH] remove manifest too --- yunohost_app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yunohost_app.py b/yunohost_app.py index 178dfe95..afff40fc 100644 --- a/yunohost_app.py +++ b/yunohost_app.py @@ -375,6 +375,7 @@ def app_install(app, domain, path='/', label=None, mode='private'): os.system('cp -a "'+ app_tmp_folder +'/'+ manifest['yunohost']['script_path'] +'" '+ app_setting_path) shutil.rmtree(app_tmp_folder) + os.remove(app_final_path + '/manifest.webapp') if os.system('chmod 400 -R '+ app_setting_path) != 0: raise YunoHostError(22, _("Error during permission setting"))