Commit e5a423a1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack max: add conflict to MAX, add MAX alias

parent ddfaab27
...@@ -10,10 +10,14 @@ PRODUCTDIR=/opt/$PRODUCT ...@@ -10,10 +10,14 @@ PRODUCTDIR=/opt/$PRODUCT
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
# conflicts with MAX from AppImage
add_conflicts MAX
fix_chrome_sandbox fix_chrome_sandbox
fix_desktop_file $PRODUCTDIR/$PRODUCT $PRODUCTCUR fix_desktop_file $PRODUCTDIR/$PRODUCT $PRODUCTCUR
add_bin_link_command
add_bin_link_command $PRODUCTCUR $PRODUCTDIR/$PRODUCT add_bin_link_command $PRODUCTCUR $PRODUCTDIR/$PRODUCT
remove_file $PRODUCTDIR/resources/app-update.yml remove_file $PRODUCTDIR/resources/app-update.yml
......
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