mirror of
https://github.com/luzifer-aur/google-chrome-dev.git
synced 2024-11-10 03:50:04 +00:00
Remove 22x22 logo: no longer present in package
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
546afc76bf
commit
62db6b13c7
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