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
5c096f05
Commit
5c096f05
authored
May 05, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: drop --remove handling where it don't need an exception
parent
49a0351e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
17 deletions
+1
-17
assistant.sh
play.d/assistant.sh
+0
-5
myoffice.sh
play.d/myoffice.sh
+0
-6
r7-office.sh
play.d/r7-office.sh
+1
-6
No files found.
play.d/assistant.sh
View file @
5c096f05
...
@@ -4,11 +4,6 @@ PKGNAME=assistant
...
@@ -4,11 +4,6 @@ PKGNAME=assistant
SUPPORTEDARCHES
=
"x86_64 aarch64"
SUPPORTEDARCHES
=
"x86_64 aarch64"
DESCRIPTION
=
"Assistant (Ассистент) from the official site"
DESCRIPTION
=
"Assistant (Ассистент) from the official site"
if
[
"
$1
"
=
"--remove"
]
;
then
epm remove
$PKGNAME
exit
fi
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
...
...
play.d/myoffice.sh
View file @
5c096f05
...
@@ -5,12 +5,6 @@ SUPPORTEDARCHES="x86_64"
...
@@ -5,12 +5,6 @@ SUPPORTEDARCHES="x86_64"
VERSION
=
"
$2
"
VERSION
=
"
$2
"
DESCRIPTION
=
"MyOffice Standart Home Edition for Linux from the official site"
DESCRIPTION
=
"MyOffice Standart Home Edition for Linux from the official site"
if
[
"
$1
"
=
"--remove"
]
;
then
epm remove
$PKGNAME
exit
fi
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
pkgtype
=
$(
epm print info
-p
)
pkgtype
=
$(
epm print info
-p
)
...
...
play.d/r7-office.sh
View file @
5c096f05
...
@@ -4,12 +4,6 @@ PKGNAME=r7-office
...
@@ -4,12 +4,6 @@ PKGNAME=r7-office
SUPPORTEDARCHES
=
"x86_64"
SUPPORTEDARCHES
=
"x86_64"
DESCRIPTION
=
"R7 Office for Linux from the official site"
DESCRIPTION
=
"R7 Office for Linux from the official site"
# remove with scripts (need for remove icons and associations)
if
[
"
$1
"
=
"--remove"
]
;
then
epm remove
$PKGNAME
exit
fi
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r7-office
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r7-office
...
@@ -37,5 +31,6 @@ case $(epm print info -e) in
...
@@ -37,5 +31,6 @@ case $(epm print info -e) in
esac
esac
# install with scripts (need for install icons and associations)
# install with scripts (need for install icons and associations)
# see /etc/eepm/pkgallowscripts.list
# TODO: pack it into the package
# TODO: pack it into the package
epm
install
"
$PKG
"
epm
install
"
$PKG
"
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