From a7c6f033270a0b16a4fe79b294c1f96cd3b27ff5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 18 Feb 2013 11:54:11 +0200 Subject: [PATCH] fix-info-dir --- bbe.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bbe.spec b/bbe.spec index 213fa24..6d5055d 100644 --- a/bbe.spec +++ b/bbe.spec @@ -48,6 +48,12 @@ rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/postshell +-/usr/sbin/fix-info-dir -c %{_infodir} + +%postun -p /sbin/postshell +-/usr/sbin/fix-info-dir -c %{_infodir} + %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog -- 2.44.0