mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-23 17:42:45 +00:00
Add Remove chromium-browser-install package
This commit is contained in:
parent
c39863fc8a
commit
195847cc06
1 changed files with 7 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
Summary: A fast web browser based on the Blink engine
|
||||
Name: chromium-browser-stable
|
||||
Version: 59.0.3071.115
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: BSD, LGPL
|
||||
Group: Networking/WWW
|
||||
Url: https://www.chromium.org/Home
|
||||
|
@ -205,6 +205,12 @@ your profile before changing channels.
|
|||
%{_iconsdir}/hicolor/*/apps/chromium*
|
||||
%{_docdir}/%{name}/README.urpmi
|
||||
|
||||
# Remove chromium-browser-install package if we have it installed
|
||||
if [ `rpm -q chromium-browser-install | wc -w` == 1 ]
|
||||
then
|
||||
rpm -e chromium-browser-install
|
||||
fi
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%package -n chromium-browser
|
||||
|
|
Loading…
Add table
Reference in a new issue