]> git.pld-linux.org Git - packages/gawk.git/commitdiff
- reverting last change: removing new macros from %p{re,ost}{,un}
authorsaq <saq@pld-linux.org>
Thu, 26 Jul 2001 05:42:07 +0000 (05:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gawk.spec -> 1.48

gawk.spec

index 532b81db8cbc6aa50fc7be2a13da76a4542349dd..5bc4f3402f779c87aa64599c29488bfc6a3f49c8 100644 (file)
--- a/gawk.spec
+++ b/gawk.spec
@@ -85,10 +85,10 @@ gzip -9nf AUTHORS README FUTURES LIMITATIONS NEWS PROBLEMS \
 %find_lang %{name}
 
 %post
-%fix_info_dir
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %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
This page took 0.079552 seconds and 4 git commands to generate.