summaryrefslogtreecommitdiffstats
path: root/network/microsoft-edge/updater.diff
blob: ca209b07f26e36426db8ee8026de6d4434d7c3ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
diff --git a/usr/bin/microsoft-edge-stable b/usr/bin/microsoft-edge-stable
index c0ec973..b8c06ea 100755
--- a/usr/bin/microsoft-edge-stable
+++ b/usr/bin/microsoft-edge-stable
@@ -12,4 +12,4 @@ if [ -r "${XDG_CONFIG_HOME}/microsoft-edge-stable-flags.conf" ]; then
   EDGE_USER_FLAGS="$(cat "$XDG_CONFIG_HOME/microsoft-edge-stable-flags.conf")"
 fi
 
-exec /opt/microsoft/msedge/microsoft-edge $EDGE_USER_FLAGS "$@"
+exec /usr/lib64/msedge/microsoft-edge $EDGE_USER_FLAGS "$@"
diff --git a/usr/lib64/msedge/default-app-block b/usr/lib64/msedge/default-app-block
index 7ac7165..7ad030e 100644
--- a/usr/lib64/msedge/default-app-block
+++ b/usr/lib64/msedge/default-app-block
@@ -1,10 +1,10 @@
     <web-browser>
       <name>Microsoft Edge</name>
-      <executable>/opt/microsoft/msedge/microsoft-edge</executable>
-      <command>/opt/microsoft/msedge/microsoft-edge %s</command>
+      <executable>/usr/lib64/msedge/microsoft-edge</executable>
+      <command>/usr/lib64/msedge/microsoft-edge %s</command>
       <icon-name>microsoft-edge</icon-name>
       <run-in-terminal>false</run-in-terminal>
       <netscape-remote>true</netscape-remote>
-      <tab-command>/opt/microsoft/msedge/microsoft-edge %s</tab-command>
-      <win-command>/opt/microsoft/msedge/microsoft-edge --new-window %s</win-command>
+      <tab-command>/usr/lib64/msedge/microsoft-edge %s</tab-command>
+      <win-command>/usr/lib64/msedge/microsoft-edge --new-window %s</win-command>
     </web-browser>
diff --git a/usr/share/gnome-control-center/default-apps/microsoft-edge.xml b/usr/share/gnome-control-center/default-apps/microsoft-edge.xml
index 80dec09..fbdf731 100644
--- a/usr/share/gnome-control-center/default-apps/microsoft-edge.xml
+++ b/usr/share/gnome-control-center/default-apps/microsoft-edge.xml
@@ -8,13 +8,13 @@
   <web-browsers>
     <web-browser>
       <name>Microsoft Edge</name>
-      <executable>/opt/microsoft/msedge/microsoft-edge</executable>
-      <command>/opt/microsoft/msedge/microsoft-edge %s</command>
+      <executable>/usr/lib64/msedge/microsoft-edge</executable>
+      <command>/usr/lib64/msedge/microsoft-edge %s</command>
       <icon-name>microsoft-edge</icon-name>
       <run-in-terminal>false</run-in-terminal>
       <netscape-remote>true</netscape-remote>
-      <tab-command>/opt/microsoft/msedge/microsoft-edge %s</tab-command>
-      <win-command>/opt/microsoft/msedge/microsoft-edge --new-window %s</win-command>
+      <tab-command>/usr/lib64/msedge/microsoft-edge %s</tab-command>
+      <win-command>/usr/lib64/msedge/microsoft-edge --new-window %s</win-command>
     </web-browser>
   </web-browsers>
 </default-apps>
diff --git a/usr/share/menu/microsoft-edge.menu b/usr/share/menu/microsoft-edge.menu
index c266f74..7871356 100644
--- a/usr/share/menu/microsoft-edge.menu
+++ b/usr/share/menu/microsoft-edge.menu
@@ -2,5 +2,5 @@
   section="Applications/Network/Web Browsing" \
   hints="Web browsers" \
   title="Microsoft Edge" \
-  icon="/opt/microsoft/msedge/product_logo_32.xpm" \
-  command="/opt/microsoft/msedge/microsoft-edge"
+  icon="/usr/lib64/msedge/product_logo_32.xpm" \
+  command="/usr/lib64/msedge/microsoft-edge"