Fix: Remove 22x22px icon, it's no longer present in package

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-08-08 20:41:05 +02:00
parent eefe35fa91
commit ea57644b5f
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -44,7 +44,7 @@ package() {
install -m755 google-chrome-$_channel.sh "$pkgdir"/usr/bin/google-chrome-$_channel
# Icons
for i in 16x16 22x22 24x24 32x32 48x48 64x64 128x128 256x256; do
for i in 16x16 24x24 32x32 48x48 64x64 128x128 256x256; do
install -Dm644 "$pkgdir"/opt/google/chrome-$_channel/product_logo_${i/x*}_${pkgname/*-}.png \
"$pkgdir"/usr/share/icons/hicolor/$i/apps/google-chrome-$_channel.png
done