[Bug 1152105] info vs gzip
http://bugzilla.suse.com/show_bug.cgi?id=1152105 http://bugzilla.suse.com/show_bug.cgi?id=1152105#c17 --- Comment #17 from Ludwig Nussel <lnussel@suse.com> --- sudo chroot /abuild/build-root.lnussel.openSUSE_Factory.x86_64/ su - tanana:/root # rpm -q --scripts which postinstall scriptlet (using /bin/sh): if test -x /sbin/install-info ; then /sbin/install-info --info-dir="/usr/share/info" "/usr/share/info/which.info.gz" || : fi ; preuninstall scriptlet (using /bin/sh): test -n "$FIRST_ARG" || FIRST_ARG=$1 if test -x /sbin/install-info ; then if [ "$FIRST_ARG" = 0 ]; then /sbin/install-info --quiet --delete --info-dir="/usr/share/info" "/usr/share/info/which.info.gz" || : fi ; fi ; tanana:/root # rpm -e gzip --nodeps tanana:/root # /sbin/install-info --quiet --delete --info-dir="/usr/share/info" "/usr/share/info/which.info.gz" sh: gzip: command not found -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com