2010-06-04 Ramon Novoa <rnovoa@artica.es>

* pandora_console.spec: Fixed. Upgrading an RPM broke the installation.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2856 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
ramonn 2010-06-04 09:41:15 +00:00
parent a2a7f86269
commit 482de6014e
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-06-04 Ramon Novoa <rnovoa@artica.es>
* pandora_console.spec: Fixed. Upgrading an RPM broke the installation.
2010-06-03 Miguel de Dios <miguel.dedios@artica.es>
* extensions/update_manager/lib/libupdate_manager_client.php: changed the

View File

@ -70,6 +70,12 @@ fi
%preun
# Upgrading
if [ "$1" = "1" ]; then
exit 0
fi
rm -Rf %{prefix}/pandora_console
%files