Commit 0d8b07bf authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm info: stop Changelog list on ALT

parent 25b43a4f
...@@ -67,7 +67,7 @@ case $PMTYPE in ...@@ -67,7 +67,7 @@ case $PMTYPE in
__epm_info_rpm_low && return __epm_info_rpm_low && return
case $PMTYPE in case $PMTYPE in
apt-rpm) apt-rpm)
docmd apt-cache show $pkg_names docmd apt-cache show $pkg_names | awk 'BEGIN{desk=1}{if(/^Changelog:$/){desk=0} else if (desk==1) {print}}'
;; ;;
packagekit) packagekit)
docmd pkcon get-details $pkg_names docmd pkcon get-details $pkg_names
......
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