Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
eepm
Commits
fd8ffde8
Commit
fd8ffde8
authored
2 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epmlay: fix remove package for brave, chromium-gost and xnview
parent
752c08e4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
brave.sh
play.d/brave.sh
+2
-2
chromium-gost.sh
play.d/chromium-gost.sh
+2
-2
xnview.sh
play.d/xnview.sh
+1
-1
No files found.
play.d/brave.sh
View file @
fd8ffde8
#!/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
"
This diff is collapsed.
Click to expand it.
play.d/chromium-gost.sh
View file @
fd8ffde8
#!/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
"
This diff is collapsed.
Click to expand it.
play.d/xnview.sh
View file @
fd8ffde8
#!/bin/sh
PKGNAME
=
XnViewMP
PKGNAME
=
xnview
DESCRIPTION
=
"XnView MP: Image management from the official site"
.
$(
dirname
$0
)
/common.sh
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment