diff --git a/pandora_console/extras/delete_files/delete_files.txt b/pandora_console/extras/delete_files/delete_files.txt index 5d603ac1f9..26eaa93392 100644 --- a/pandora_console/extras/delete_files/delete_files.txt +++ b/pandora_console/extras/delete_files/delete_files.txt @@ -1702,4 +1702,9 @@ enterprise/meta/monitoring/wizard/wizard.module.network.php enterprise/meta/monitoring/wizard/wizard.module.web.php enterprise/meta/monitoring/wizard/wizard.php enterprise/meta/monitoring/wizard/wizard.update_agent.php -enterprise/meta/monitoring/wizard/wizard.update_module.php \ No newline at end of file +enterprise/meta/monitoring/wizard/wizard.update_module.php +enterprise/godmode/wizards/Applications.class.php +enterprise/godmode/wizards/Cloud.class.php +enterprise/images/wizard/applications.png +enterprise/images/wizard/cloud.png +enterprise/images/wizard/consoletasks.png \ No newline at end of file diff --git a/pandora_console/pandora_console.redhat.spec b/pandora_console/pandora_console.redhat.spec index fb23513b27..a45c742dd7 100644 --- a/pandora_console/pandora_console.redhat.spec +++ b/pandora_console/pandora_console.redhat.spec @@ -91,7 +91,9 @@ if [ -f %{prefix}/pandora_console/extras/delete_files/delete_files.txt ] ; then echo "Deleting old deprecated files" cd %{prefix}/pandora_console/ rm -rf `cat extras/delete_files/delete_files.txt` - cd - + cd - > /dev/null + echo "Done deleting deprecated files" + fi %preun