Commit c5593bf2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play brave: cleanup

parent f68e4c90
......@@ -5,15 +5,15 @@ DESCRIPTION="Brave browser from the official site"
PKGNAME=brave-browser
SUPPORTEDARCHES="x86_64"
PRODUCTALT="'' beta nightly"
if [ "$2" = "beta" ] || epm installed $PKGNAME-beta ; then
PKGNAME=$PKGNAME-beta
fi
if [ "$2" = "nightly" ] || epm installed $PKGNAME-nightly ; then
PKGNAME=$PKGNAME-nightly
fi
. $(dirname $0)/common.sh
for i in $PRODUCTALT ; do
[ "$i" = "''" ] && continue
if [ "$2" = "$i" ] || epm installed $PKGNAME-$i ; then
PKGNAME=$PKGNAME-$i
fi
done
. $(dirname $0)/common.sh
arch=x86_64
......
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