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
etersoft
eepm
Commits
e04ce67b
Commit
e04ce67b
authored
Apr 03, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-mark: add aliases install/remove for manual/auto (dnf compatibility)
parent
e6d6c6b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
epm-mark
bin/epm-mark
+3
-3
No files found.
bin/epm-mark
View file @
e04ce67b
...
...
@@ -351,13 +351,13 @@ epm_mark()
showhold
)
# HELPCMD: print the list of packages on hold
epm_mark_showhold
"
$@
"
;;
checkhold
)
# HELPCMD: return true if the package is on hold
checkhold
)
# HELPCMD: return true if the package is on hold
epm_mark_checkhold
"
$@
"
;;
auto
)
# HELPCMD: mark the given package(s) as automatically installed
auto
|remove
)
# HELPCMD: mark the given package(s) as automatically installed
epm_mark_auto
"
$@
"
;;
manual
)
# HELPCMD: mark the given package(s) as manually installed
manual
|install
)
# HELPCMD: mark the given package(s) as manually installed
epm_mark_manual
"
$@
"
;;
showauto
)
# HELPCMD: print the list of automatically installed packages
...
...
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