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

classpath.spec

index 3f5d79e3b1aee25027630471d9ddfef727344c43..b0cf9ebd4a04b1f2726d6ffcbea0fa3c4ff432e9 100644 (file)
@@ -136,8 +136,8 @@ rm -rf $RPM_BUILD_ROOT
 %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}
 
 %files
 %defattr(644,root,root,755)
This page took 0.082003 seconds and 4 git commands to generate.