mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-24 01:52:45 +00:00
added pre banner
This commit is contained in:
parent
265b6a2f0b
commit
d0b91cdf07
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue