Commit 01357945 authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm: Add set_alt_alternatives for all browsers (eterbug #18085)

parent 777d35b1
......@@ -14,7 +14,7 @@ PRODUCTDIR=/opt/$PRODUCTCUR
# subst "1iConflicts:$i" $SPEC
#done
#set_alt_alternatives 65
set_alt_alternatives 65
move_to_opt /usr/lib/$PRODUCTCUR
......
......@@ -5,7 +5,7 @@ BUILDROOT="$1"
SPEC="$2"
. $(dirname $0)/common.sh
. $(dirname $0)/common-chromium-browser.sh
add_bin_link_command $PRODUCT $PRODUCTDIR/$PRODUCT
......@@ -28,3 +28,5 @@ iconname=$PRODUCT
for i in 16 32 48 64 128 ; do
install_file $iconpath/default$i.png /usr/share/icons/hicolor/${i}x${i}/apps/$iconname.png
done
set_alt_alternatives 65
......@@ -5,7 +5,7 @@ SPEC="$2"
PRODUCT=librewolf
. $(dirname $0)/common.sh
. $(dirname $0)/common-chromium-browser.sh
move_to_opt
fix_desktop_file "/usr/share/$PRODUCT/$PRODUCT"
......@@ -14,3 +14,4 @@ add_libs_requires
rm usr/bin/librewolf
add_bin_link_command
set_alt_alternatives 65
......@@ -14,6 +14,8 @@ cleanup
add_chromium_deps
set_alt_alternatives 65
fix_chrome_sandbox
add_bin_exec_command $PRODUCT $PRODUCTDIR/$PRODUCT
......
......@@ -6,7 +6,7 @@ SPEC="$2"
#PRODUCT=waterfox
. $(dirname $0)/common.sh
. $(dirname $0)/common-chromium-browser.sh
add_bin_link_command $PRODUCT $PRODUCTDIR/$PRODUCT
......@@ -29,3 +29,5 @@ iconname=$PRODUCT
for i in 16 22 24 32 48 64 128 256 ; do
install_file $iconpath/default$i.png /usr/share/icons/hicolor/${i}x${i}/apps/$iconname.png
done
set_alt_alternatives 65
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment