Commit f8edad0c authored by Vitaly Lipatov's avatar Vitaly Lipatov

loginhsh: add eepm inside of hasher

parent ac8746bd
...@@ -132,7 +132,7 @@ fi ...@@ -132,7 +132,7 @@ fi
echog "Prepare hasher in $HASHERDIR ..." echog "Prepare hasher in $HASHERDIR ..."
# there is package names in LISTRPMARGS # there is package names in LISTRPMARGS
UTILPKG="mc" UTILPKG="mc eepm"
# GNOME program needs dbus-tools-gui # GNOME program needs dbus-tools-gui
if epm requires $LISTNAMES 2>/dev/null | grep -q dbus ; then if epm requires $LISTNAMES 2>/dev/null | grep -q dbus ; then
...@@ -153,6 +153,8 @@ docmd $HSH-shell $HASHERDIR $SHELLHASHERARG $ROOTER -Y --shell ...@@ -153,6 +153,8 @@ docmd $HSH-shell $HASHERDIR $SHELLHASHERARG $ROOTER -Y --shell
if [ -n "$AUTOMODE" ] ; then if [ -n "$AUTOMODE" ] ; then
# FIXME: do not remove on x86_64 # FIXME: do not remove on x86_64
echo "Remove package for test preun scripts" echo "Remove package for test preun scripts"
# use when eepm >= 1.3.0 will everywhere
#docmd $HSH-run --rooter $HASHERDIR -- epm remove $LISTNAMES
docmd $HSH-run --rooter $HASHERDIR -- rpm -e $(drop_pkg_extensions $LISTNAMES) docmd $HSH-run --rooter $HASHERDIR -- rpm -e $(drop_pkg_extensions $LISTNAMES)
echo "Cleanup hasher in $HASHERDIR..." echo "Cleanup hasher in $HASHERDIR..."
docmd $HSH --cleanup-only $HASHERDIR docmd $HSH --cleanup-only $HASHERDIR
......
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