diff options
author | Mike Gilbert <floppym@gentoo.org> | 2019-06-26 15:24:35 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-06-26 15:24:35 -0400 |
commit | f2fffad6f6c48bc2b2cebf7a2d0f5bf413a3cea7 (patch) | |
tree | 6e396744372722fa5fa9fbd565137a092802894d /www-client | |
parent | app-emulation/vagrant: bump to 2.2.5 (diff) | |
download | gentoo-f2fffad6f6c48bc2b2cebf7a2d0f5bf413a3cea7.tar.gz gentoo-f2fffad6f6c48bc2b2cebf7a2d0f5bf413a3cea7.tar.bz2 gentoo-f2fffad6f6c48bc2b2cebf7a2d0f5bf413a3cea7.zip |
www-client/google-chrome-unstable: drop product_logo_22_dev.png
Package-Manager: Portage-2.3.67_p12, Repoman-2.3.14_p7
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/google-chrome-unstable/google-chrome-unstable-77.0.3833.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/google-chrome-unstable/google-chrome-unstable-77.0.3833.0.ebuild b/www-client/google-chrome-unstable/google-chrome-unstable-77.0.3833.0.ebuild index e75218fcde20..fa060d36e118 100644 --- a/www-client/google-chrome-unstable/google-chrome-unstable-77.0.3833.0.ebuild +++ b/www-client/google-chrome-unstable/google-chrome-unstable-77.0.3833.0.ebuild @@ -109,7 +109,7 @@ src_install() { [[ ${PN} == google-chrome-unstable ]] && suffix=_dev local size - for size in 16 22 24 32 48 64 128 256 ; do + for size in 16 24 32 48 64 128 256 ; do newicon -s ${size} "${CHROME_HOME}/product_logo_${size}${suffix}.png" ${PN}.png done |