fix file lists
This commit is contained in:
parent
2253662f60
commit
bdfd45d259
3
eog.spec
3
eog.spec
@ -130,12 +130,10 @@ update-desktop-database -q
|
||||
if [ $1 -eq 0 ]; then
|
||||
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
||||
fi
|
||||
|
||||
%posttrans
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
@ -147,7 +145,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
|
||||
%{_bindir}/*
|
||||
%{_sysconfdir}/gconf/schemas/*.schemas
|
||||
%{_libdir}/eog
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.eog.gschema.xml
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user