From: saq Date: Thu, 26 Jul 2001 05:42:04 +0000 (+0000) Subject: - reverting last change: removing new macros from %p{re,ost}{,un} X-Git-Tag: bash-2_05-7~7 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=08f36cdfa0938b860ba9920ad416e8fdf5cdfd32;p=packages%2Fbash.git - reverting last change: removing new macros from %p{re,ost}{,un} Changed files: bash.spec -> 1.77 --- diff --git a/bash.spec b/bash.spec index 4249550..3ccde1e 100644 --- a/bash.spec +++ b/bash.spec @@ -203,7 +203,7 @@ else fi fi -%fix_info_dir +[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 %post static if [ ! -f /etc/shells ]; then @@ -227,7 +227,7 @@ if [ "$1" = "0" ]; then fi %postun -%fix_info_dir +[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1 %clean rm -rf $RPM_BUILD_ROOT