mirror of
https://github.com/luzifer-aur/google-chrome-dev.git
synced 2024-12-21 07:11:16 +00:00
Capitalize 1st letter in StartupWMClass
This commit is contained in:
parent
44777ab2ef
commit
3169272580
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -52,7 +52,7 @@ package() {
|
||||||
install -Dm644 eula_text.html "$pkgdir"/usr/share/licenses/google-chrome-$_channel/eula_text.html
|
install -Dm644 eula_text.html "$pkgdir"/usr/share/licenses/google-chrome-$_channel/eula_text.html
|
||||||
|
|
||||||
msg2 "Fixing Chrome icon resolution..."
|
msg2 "Fixing Chrome icon resolution..."
|
||||||
sed -i "/Exec=/i\StartupWMClass=google-chrome-$_channel" "$pkgdir"/usr/share/applications/google-chrome-$_channel.desktop
|
sed -i "/Exec=/i\StartupWMClass=Google-chrome-$_channel" "$pkgdir"/usr/share/applications/google-chrome-$_channel.desktop
|
||||||
|
|
||||||
msg2 "Removing unnecessities (e.g. Debian Cron job)..."
|
msg2 "Removing unnecessities (e.g. Debian Cron job)..."
|
||||||
rm -r "$pkgdir"/etc/cron.daily/ "$pkgdir"/opt/google/chrome-$_channel/cron/
|
rm -r "$pkgdir"/etc/cron.daily/ "$pkgdir"/opt/google/chrome-$_channel/cron/
|
||||||
|
|
Loading…
Reference in a new issue