mirror of
https://github.com/luzifer-aur/google-chrome.git
synced 2024-11-08 11:00:09 +00:00
Remove deactivated ftp scheme handler
https://www.chromestatus.com/feature/6246151319715840 Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
5fffa494cc
commit
3b945b2f0e
1 changed files with 4 additions and 1 deletions
5
PKGBUILD
5
PKGBUILD
|
@ -51,7 +51,10 @@ package() {
|
|||
install -Dm644 eula_text.html "$pkgdir"/usr/share/licenses/google-chrome/eula_text.html
|
||||
|
||||
msg2 "Fixing Chrome icon resolution..."
|
||||
sed -i "/Exec=/i\StartupWMClass=Google-chrome" "$pkgdir"/usr/share/applications/google-chrome.desktop
|
||||
sed -i \
|
||||
-e "/Exec=/i\StartupWMClass=Google-chrome" \
|
||||
-e "s/x-scheme-handler\/ftp;\?//g" \
|
||||
"$pkgdir"/usr/share/applications/google-chrome.desktop
|
||||
|
||||
msg2 "Removing Debian Cron job and duplicate product logos..."
|
||||
rm -r "$pkgdir"/etc/cron.daily/ "$pkgdir"/opt/google/chrome/cron/
|
||||
|
|
Loading…
Reference in a new issue