]> git.pld-linux.org Git - packages/esh.git/blobdiff - esh.spec
- fix: fix-info-dir call is moved from %preun to the right section, %postun
[packages/esh.git] / 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.079203 seconds and 4 git commands to generate.