Commit e0b70507 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm history: use journalctl -t apt-get for ALT

parent 9f8af0c0
......@@ -23,6 +23,9 @@ epm_history()
[ -z "$*" ] || fatal "No arguments are allowed here"
case $PMTYPE in
apt-rpm)
docmd journalctl -t apt-get
;;
apt-dpkg)
docmd less /var/log/dpkg.log
;;
......
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