added pre banner

This commit is contained in:
Tigro 2014-05-23 19:01:13 +04:00
parent 265b6a2f0b
commit d0b91cdf07

View file

@ -225,6 +225,13 @@ install -m 0644 %{SOURCE31} %{buildroot}%{_sysconfdir}/%{crname}/
find %{buildroot} -name "*.nexe" -exec strip {} \;
%pre
echo "Note that since Chromium 35 Google drop the support of NPAPI plugins"
echo "such as Adobe Flash, Java, npapi-vlc and several else."
echo
echo "To enable flash, please, install chromium-browser-pepper-flash. If"
echo "you want to use Java plugin, you should use firefox at this time."
%post
if [ -e /opt/google/talkplugin/libppgoogletalk.so ]; then
if [ ! -e %{_cdir}/pepper/libppgoogletalk.so ]; then