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:
parent
a2a7f86269
commit
482de6014e
|
@ -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
|
||||
|
|
|
@ -70,6 +70,12 @@ fi
|
|||
|
||||
|
||||
%preun
|
||||
|
||||
# Upgrading
|
||||
if [ "$1" = "1" ]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
rm -Rf %{prefix}/pandora_console
|
||||
|
||||
%files
|
||||
|
|
Loading…
Reference in New Issue