Commit fd8ffde8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epmlay: fix remove package for brave, chromium-gost and xnview

parent 752c08e4
#!/bin/sh
PKGNAME=brave-browser
PKGNAME=brave-browser-nightly
DESCRIPTION="Brave browser from the official site"
. $(dirname $0)/common.sh
......@@ -14,6 +14,6 @@ repack=''
# we have workaround for their postinstall script, so always repack rpm package
[ "$($DISTRVENDOR -p)" = "deb" ] || repack='--repack'
PKG=$($EGET --list --latest https://github.com/brave/brave-browser/releases "$PKGNAME-*.$arch.$pkgtype") || fatal "Can't get package URL"
PKG=$($EGET --list --latest https://github.com/brave/brave-browser/releases "brave-browser-*.$arch.$pkgtype") || fatal "Can't get package URL"
epm $repack install "$PKG"
#!/bin/sh
PKGNAME=chromium-gost
PKGNAME=chromium-gost-stable
DESCRIPTION="Chromium with GOST support from the official site"
. $(dirname $0)/common.sh
......@@ -16,6 +16,6 @@ fi
arch=amd64
pkgtype=deb
PKG=$($EGET --list --latest https://github.com/deemru/chromium-gost/releases "$PKGNAME-*linux-$arch.$pkgtype") || fatal "Can't get package URL"
PKG=$($EGET --list --latest https://github.com/deemru/chromium-gost/releases "chromium-gost-*linux-$arch.$pkgtype") || fatal "Can't get package URL"
epm install "$PKG"
#!/bin/sh
PKGNAME=XnViewMP
PKGNAME=xnview
DESCRIPTION="XnView MP: Image management from the official site"
. $(dirname $0)/common.sh
......
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