mirror of
https://github.com/luzifer-aur/google-chrome.git
synced 2024-11-09 11:30:04 +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
0603e5b0e2
commit
b91d6d5237
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -43,7 +43,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/product_logo_${i/x*}.png \
|
install -Dm644 "$pkgdir"/opt/google/chrome/product_logo_${i/x*}.png \
|
||||||
"$pkgdir"/usr/share/icons/hicolor/$i/apps/google-chrome.png
|
"$pkgdir"/usr/share/icons/hicolor/$i/apps/google-chrome.png
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue