diff options
Diffstat (limited to 'nongnu/packages/chrome.scm')
| -rw-r--r-- | nongnu/packages/chrome.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nongnu/packages/chrome.scm b/nongnu/packages/chrome.scm index 7730092..cf46d1a 100644 --- a/nongnu/packages/chrome.scm +++ b/nongnu/packages/chrome.scm @@ -86,9 +86,6 @@ (substitute* (string-append usr/share "/applications/google-" #$appname ".desktop") (("^Exec=.*") (string-append "Exec=" exe "\n"))) (substitute* (string-append usr/share "/gnome-control-center/default-apps/google-" #$appname ".xml") - ((old-exe) exe)) - (substitute* (string-append usr/share "/menu/google-" #$appname ".menu") - (("/opt") share) ((old-exe) exe))))) (add-after 'install 'install-icons (lambda _ |
