]> git.pld-linux.org Git - packages/asymptote.git/commitdiff
missing fix-info-dir
authorElan Ruusamäe <glen@delfi.ee>
Sun, 22 Mar 2015 12:47:24 +0000 (14:47 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 22 Mar 2015 12:47:24 +0000 (14:47 +0200)
asymptote.spec

index 68c8f7d9f082eb40e6d5f449de124a63620b7f67..d581800a84e8fb523d1cd9b5625590bbc0a46474 100644 (file)
@@ -3,7 +3,7 @@ Summary(hu.UTF-8):      Asymptote egy leíró vektorgrafikus nyelv technikai rajzokho
 Summary(pl.UTF-8):     Język opisu grafiki wektorowej do rysunków technicznych
 Name:          asymptote
 Version:       2.23
-Release:       1
+Release:       2
 License:       GPL v3
 Group:         Applications/Science
 Source0:       http://downloads.sourceforge.net/asymptote/%{name}-%{version}.src.tgz
@@ -186,6 +186,12 @@ install -d $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles/syntax
 %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}
+
 %post latex
 [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2
 
This page took 0.060954 seconds and 4 git commands to generate.