Commit b70547f9 authored by Vitaly Lipatov's avatar Vitaly Lipatov

small fixes

parent 438ececa
......@@ -604,7 +604,7 @@ epm_release_upgrade()
;;
zypper-rpm)
docmd epm repolist
# TODO
# TODO: move to distro related upgrade
# sudocmd zypper rr <номер_репозитория>
showcmd rr N
showcmd epm ar http://mirror.yandex.ru/opensuse/distribution/11.1/repo/oss 11.1oss
......@@ -614,13 +614,13 @@ epm_release_upgrade()
docmd epm upgrade
;;
pacman)
epm Upgrade
docmd epm Upgrade
;;
conary)
epm Upgrade
docmd epm Upgrade
;;
emerge)
epm Upgrade
docmd epm Upgrade
;;
guix)
sudocmd guix pull --verbose
......
......@@ -19,6 +19,7 @@ case $arch in
fatal "Unsupported arch $arch for $(epm print info -d)"
esac
# FIXME: alt, not deb!
# we have workaround for their postinstall script, so always repack rpm package
repack=''
[ "$(epm print info -p)" = "deb" ] || repack='--repack'
......
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