Author: glen Date: Mon Feb 28 20:49:29 2011 GMT Module: packages Tag: HEAD ---- Log message: - add missing postun info
---- Files affected: packages/texinfo: texinfo.spec (1.120 -> 1.121) ---- Diffs: ================================================================ Index: packages/texinfo/texinfo.spec diff -u packages/texinfo/texinfo.spec:1.120 packages/texinfo/texinfo.spec:1.121 --- packages/texinfo/texinfo.spec:1.120 Wed May 12 17:51:27 2010 +++ packages/texinfo/texinfo.spec Mon Feb 28 21:49:24 2011 @@ -10,7 +10,7 @@ Summary(uk.UTF-8): Інструменти для створення файлів документації формату Texinfo Name: texinfo Version: 4.13a -Release: 5 +Release: 6 License: GPL v3+ Group: Applications/Publishing Source0: http://ftp.gnu.org/gnu/texinfo/%{name}-%{version}.tar.lzma @@ -227,6 +227,9 @@ %post -n info -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} +%postun -n info -p /sbin/postshell +-/usr/sbin/fix-info-dir -c %{_infodir} + %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog INTRODUCTION NEWS README TODO @@ -272,6 +275,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.121 2011/02/28 20:49:24 glen +- add missing postun info + Revision 1.120 2010/05/12 15:51:27 baggins - rel 5 - desktop file cleanup ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/texinfo/texinfo.spec?r1=1.120&r2=1.121&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
