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

wget.spec

index 6affa75b7410cc03b3bc7474843fd27e6b7f55d0..424ad099362666fc8ed763a3224f7e0f9741f1e9 100644 (file)
--- a/wget.spec
+++ b/wget.spec
@@ -85,10 +85,10 @@ gzip -9nf AUTHORS ChangeLog NEWS TODO README MAILING-LIST rmold.README
 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 -f %{name}.lang
 %defattr(644,root,root,755)
This page took 0.0322 seconds and 4 git commands to generate.