fix typo in scriptlet (#212063) Resolves: #212063

This commit is contained in:
Nils Philippsen 2006-10-25 06:35:09 +00:00
parent 9692474e63
commit 2f1e3a5be9

View File

@ -105,7 +105,7 @@ rm -rf %{buildroot}
%config %{_sysconfdir}/gimp/plugins.d/xsane.conf
%post gimp
if [ -x "%{_sbindir}/gimp-plugin-mgr"]; then
if [ -x "%{_sbindir}/gimp-plugin-mgr" ]; then
%{_sbindir}/gimp-plugin-mgr --install xsane
fi
@ -117,6 +117,9 @@ if [ $1 = 0 ]; then
fi
%changelog
* Wed Oct 25 2006 Nils Philippsen <nphilipp@redhat.com> - 0.991-4
- fix typo in scriptlet (#212063)
* Mon Oct 23 2006 Nils Philippsen <nphilipp@redhat.com> - 0.991-3
- really don't barf on missing gimp-plugin-mgr when updating (#208159)