Dr. Werner Fink 2015-02-06 16:24:52 +00:00 committed by Git OBS Bridge
parent 17381f4fea
commit cad25ae424
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 6 16:24:25 UTC 2015 - werner@suse.de
- Move %install_info_delete from %postun to %preun
-------------------------------------------------------------------
Thu Feb 5 19:59:39 UTC 2015 - dimstar@opensuse.org

View File

@ -77,7 +77,7 @@ rm -rf %{buildroot}%{_datadir}/%{name}/lib/libintl-perl/
%post
%install_info --info-dir=%{_infodir} %{_infodir}/texi2html.info.gz
%postun
%preun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/texi2html.info.gz
%files