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

grub.spec

index a473e41dd5acfe9ce093c54a62ee9095f1fcbe9e..10e7003a91a74525fd00b99bb718dc9c45866827 100644 (file)
--- a/grub.spec
+++ b/grub.spec
@@ -93,11 +93,11 @@ gzip -9nf TODO BUGS NEWS ChangeLog docs/menu.lst
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%fix_info_dir
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 [ ! -r /etc/sysconfig/rc-boot/grub_functions.sh ] || ln -sf /etc/sysconfig/rc-boot/grub_functions.sh /etc/sysconfig/rc-boot/functions.sh
 
 %postun
-%fix_info_dir
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %files
 %defattr(644,root,root,755)
This page took 0.027604 seconds and 4 git commands to generate.