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
da527b0e
Commit
da527b0e
authored
Dec 16, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play r7office: fix install icons and associations (ALT bug 44093)
parent
5d1f7ffa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
r7office.sh
play.d/r7office.sh
+8
-1
No files found.
play.d/r7office.sh
View file @
da527b0e
...
...
@@ -4,6 +4,11 @@ PKGNAME=r7-office
SUPPORTEDARCHES
=
"x86_64"
DESCRIPTION
=
"R7 Office for Linux from the official site"
# remove with scripts (need for remove icons and associations)
if
[
"
$1
"
=
"--remove"
]
;
then
epm remove
--scripts
$PKGNAME
exit
fi
.
$(
dirname
$0
)
/common.sh
...
...
@@ -31,4 +36,6 @@ case $(epm print info -e) in
;;
esac
epm
install
"
$PKG
"
# install with scripts (need for install icons and associations)
# TODO: pack it into the package
epm
install
--scripts
"
$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