parent
9692474e63
commit
2f1e3a5be9
@ -105,7 +105,7 @@ rm -rf %{buildroot}
|
|||||||
%config %{_sysconfdir}/gimp/plugins.d/xsane.conf
|
%config %{_sysconfdir}/gimp/plugins.d/xsane.conf
|
||||||
|
|
||||||
%post gimp
|
%post gimp
|
||||||
if [ -x "%{_sbindir}/gimp-plugin-mgr"]; then
|
if [ -x "%{_sbindir}/gimp-plugin-mgr" ]; then
|
||||||
%{_sbindir}/gimp-plugin-mgr --install xsane
|
%{_sbindir}/gimp-plugin-mgr --install xsane
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -117,6 +117,9 @@ if [ $1 = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 23 2006 Nils Philippsen <nphilipp@redhat.com> - 0.991-3
|
||||||
- really don't barf on missing gimp-plugin-mgr when updating (#208159)
|
- really don't barf on missing gimp-plugin-mgr when updating (#208159)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user