]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- fix-info-dir
authorhavner <havner@pld-linux.org>
Wed, 27 Jul 2005 10:34:17 +0000 (10:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek.spec -> 1.197.2.17

poldek.spec

index ce3b748bbbf0e83177a8a10fbe716f6cf47fb099..8fffb4ba1416d52f3bc1bb0784785b1160ae4311 100644 (file)
@@ -168,6 +168,12 @@ sed "s|%%ARCH%%|%{_ftp_arch}|g" < %{SOURCE1} > $RPM_BUILD_ROOT%{_sysconfdir}/%{n
 
 %find_lang %{name}
 
+%post
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+
 %post libs     -p /sbin/ldconfig
 %postun libs   -p /sbin/ldconfig
 
This page took 0.033959 seconds and 4 git commands to generate.