]> git.pld-linux.org Git - packages/esh.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:
    esh.spec -> 1.7

esh.spec

index 12909ede958ae6969809aa8fa18cc51b5c579ab4..61bec5f030468a845619885b22a9fc466c833499 100644 (file)
--- a/esh.spec
+++ b/esh.spec
@@ -37,7 +37,7 @@ install esh.info $RPM_BUILD_ROOT%{_infodir}
 %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.049581 seconds and 4 git commands to generate.