mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-11-09 22:20:01 +00:00
Fix: Remove 22x22px icon, it's no longer present in package
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
eefe35fa91
commit
ea57644b5f
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -44,7 +44,7 @@ package() {
|
||||||
install -m755 google-chrome-$_channel.sh "$pkgdir"/usr/bin/google-chrome-$_channel
|
install -m755 google-chrome-$_channel.sh "$pkgdir"/usr/bin/google-chrome-$_channel
|
||||||
|
|
||||||
# Icons
|
# 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 \
|
install -Dm644 "$pkgdir"/opt/google/chrome-$_channel/product_logo_${i/x*}_${pkgname/*-}.png \
|
||||||
"$pkgdir"/usr/share/icons/hicolor/$i/apps/google-chrome-$_channel.png
|
"$pkgdir"/usr/share/icons/hicolor/$i/apps/google-chrome-$_channel.png
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue