]> git.pld-linux.org Git - packages/gforth.git/commitdiff
- fix: fix-info-dir call is moved from %preun to the right section, %postun
authormis <mis@pld-linux.org>
Tue, 20 Jun 2000 12:51:20 +0000 (12:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gforth.spec -> 1.20

gforth.spec

index e2b153cbdeccc112da94eac367db7ddbebff6175..98dff5cb1a5d9e811d9666005cb2b25592adec8f 100644 (file)
@@ -50,7 +50,7 @@ gzip -9nf $RPM_BUILD_ROOT%{_infodir}/gforth.info* \
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
 
-%preun
+%postun
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
 
 %clean
This page took 0.042566 seconds and 4 git commands to generate.