compat need to install phpgwapi&etemplate, as otherwise apps depending on it wont install

This commit is contained in:
Ralf Becker 2016-05-30 15:35:04 +02:00
parent 1b8bc32f54
commit 0d74f36925

View File

@ -232,6 +232,14 @@ Provides: egw-etemplate %{version}
This package provides compatibility to old / pre 16.1 EGroupware api.
So to speak the phpgwapi and etemplate directories.
%post compat
# install phpgwapi&etemplate, "$1" = "1" means install, not update, as there will be no more updates
if [ "$1" = "1" ]
then
%{post_install} --install-update-app phpgwapi 2>&1 | tee -a %{install_log}
%{post_install} --install-update-app etemplate 2>&1 | tee -a %{install_log}
fi
%package esync
Version: %{version}
Summary: The EGroupware eSync application