Commit e04ce67b authored by Vitaly Lipatov's avatar Vitaly Lipatov

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

parent e6d6c6b4
...@@ -351,13 +351,13 @@ epm_mark() ...@@ -351,13 +351,13 @@ epm_mark()
showhold) # HELPCMD: print the list of packages on hold showhold) # HELPCMD: print the list of packages on hold
epm_mark_showhold "$@" 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 "$@" 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