diff options
Diffstat (limited to 'packages/angstrom/epiphany-firefox-replacement.bb')
-rw-r--r-- | packages/angstrom/epiphany-firefox-replacement.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/angstrom/epiphany-firefox-replacement.bb b/packages/angstrom/epiphany-firefox-replacement.bb new file mode 100644 index 0000000000..2ced2c9c06 --- /dev/null +++ b/packages/angstrom/epiphany-firefox-replacement.bb @@ -0,0 +1,10 @@ +# This is a hack because $*#($*($# e17 doesn't check if firefox is present and puts it in the menu blindly + +RDEPENDS = "epiphany" +RCONFLICTS = "firefox" + +do_install() { + install -d ${D}/${bindir} + ln -sf ${bindir}/epiphany ${D}/${bindir}/firefox +} + |