mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-11-09 22:20:01 +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
758b9255f9
commit
08e4148153
1 changed files with 4 additions and 1 deletions
5
PKGBUILD
5
PKGBUILD
|
@ -52,7 +52,10 @@ package() {
|
|||
install -Dm644 eula_text.html "$pkgdir"/usr/share/licenses/google-chrome-$_channel/eula_text.html
|
||||
|
||||
msg2 "Fixing Chrome icon resolution..."
|
||||
sed -i "/Exec=/i\StartupWMClass=Google-chrome-$_channel" "$pkgdir"/usr/share/applications/google-chrome-$_channel.desktop
|
||||
sed -i \
|
||||
-e "/Exec=/i\StartupWMClass=Google-chrome-$_channel" \
|
||||
-e "s/x-scheme-handler\/ftp;\?//g" \
|
||||
"$pkgdir"/usr/share/applications/google-chrome-$_channel.desktop
|
||||
|
||||
msg2 "Removing Debian Cron job and duplicate product logos..."
|
||||
rm -r "$pkgdir"/etc/cron.daily/ "$pkgdir"/opt/google/chrome-$_channel/cron/
|
||||
|
|
Loading…
Reference in a new issue