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

cftp.spec

index 0a01d3aa57101411c507960e84e58294cf11f3cf..d9ae02045737f2f64ffe50e6d9d246897894147b 100644 (file)
--- a/cftp.spec
+++ b/cftp.spec
@@ -49,10 +49,10 @@ gzip -9nf AUTHORS ChangeLog NEWS THANKS TODO
 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
 
 %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.053854 seconds and 4 git commands to generate.