aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/builder/files
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-06-04 13:23:48 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-14 20:46:37 +0100
commit8fcb01cd856a02d8e457054c47be66a527459b45 (patch)
tree28e1b135b291d4241a07f2caa21d64b8b801ff56 /meta/recipes-graphics/builder/files
parente552b25530040029155bb7c216a2c31b10cc8cd9 (diff)
downloadopenembedded-core-contrib-8fcb01cd856a02d8e457054c47be66a527459b45.tar.gz
midori: remove the recipe and replace references to midori with epiphany
(From OE-Core rev: b7e14c77ffb3d994d59ddc076d7e0263f39546c1) (From OE-Core rev: f1c9a0d486e18dd8b2b1da9525f7b53616572112) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/builder/files')
-rw-r--r--meta/recipes-graphics/builder/files/builder_hob_start.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh b/meta/recipes-graphics/builder/files/builder_hob_start.sh
index 65a68eec42..b394b0905e 100644
--- a/meta/recipes-graphics/builder/files/builder_hob_start.sh
+++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh
@@ -18,10 +18,10 @@ if [ ! -d /home/builder/.local/share/applications ]; then
#register folders to open with PCManFM filemanager
xdg-mime default pcmanfm.desktop inode/directory
- #register html links and files with Midori
- xdg-mime default midori.desktop x-scheme-handler/http
- xdg-mime default midori.desktop x-scheme-handler/https
- xdg-mime default midori.desktop text/html
+ #register html links and files with epiphany
+ xdg-mime default epiphany.desktop x-scheme-handler/http
+ xdg-mime default epiphany.desktop x-scheme-handler/https
+ xdg-mime default epiphany.desktop text/html
#register text files with leafpad text editor
xdg-mime default leafpad.desktop text/plain