This is a common packaging problem. Please file a bug against the individual package when you encounter this. On Thu, 22 Jul 2004 14:14:12 -0400 (EDT), Robert Hardy <rhardy@xxxxxxxxx> wrote: > Adding || true to the end of ALL install-info install commands (--delete > lines don't need it) in the gcc rpm seems to guarantee we will avoid this > problem. For example: > /sbin/install-info --info-dir=/usr/share/info /usr/share/info/gnat_ugn_unw.info.gz || true The usual idiom is ||: