Commit e04ce67b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-mark: add aliases install/remove for manual/auto (dnf compatibility)

parent e6d6c6b4
...@@ -354,10 +354,10 @@ epm_mark() ...@@ -354,10 +354,10 @@ epm_mark()
checkhold) # HELPCMD: return true if the package is on hold checkhold) # HELPCMD: return true if the package is on hold
epm_mark_checkhold "$@" 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 "$@" 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 "$@" epm_mark_manual "$@"
;; ;;
showauto) # HELPCMD: print the list of automatically installed packages showauto) # HELPCMD: print the list of automatically installed packages
......
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