]> git.pld-linux.org Git - packages/fftw.git/commitdiff
- invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep auto/aidath/fftw-2_1_5-5
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 24 Jan 2008 01:36:30 +0000 (01:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fftw.spec -> 1.70

fftw.spec

index c9d151d482d419ddf33e49033f41aa54dddeb2aa..27af278f8aa95c21b0726624236e816dc25c8c91 100644 (file)
--- a/fftw.spec
+++ b/fftw.spec
@@ -177,11 +177,11 @@ rm -rf $RPM_BUILD_ROOT
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-%post devel
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%post devel    -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
 
-%postun devel
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%postun devel  -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
 %post  single -p /sbin/ldconfig
 %postun        single -p /sbin/ldconfig
 
 %post  single -p /sbin/ldconfig
 %postun        single -p /sbin/ldconfig
This page took 0.051944 seconds and 4 git commands to generate.