fix more
This commit is contained in:
parent
2db163f0e4
commit
a740bf0919
@ -89,10 +89,18 @@ SCHEMAS="file-roller.schemas"
|
|||||||
for S in $SCHEMAS; do
|
for S in $SCHEMAS; do
|
||||||
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
|
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
|
||||||
done
|
done
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor
|
||||||
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||||
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
|
||||||
|
fi
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
update-desktop-database %{_datadir}/applications
|
update-desktop-database %{_datadir}/applications
|
||||||
scrollkeeper-update
|
scrollkeeper-update
|
||||||
|
touch --no-create %{_datadir}/icons/hicolor
|
||||||
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||||
|
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
|
||||||
|
fi
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -102,6 +110,7 @@ scrollkeeper-update
|
|||||||
%{_datadir}/gnome
|
%{_datadir}/gnome
|
||||||
%{_datadir}/omf
|
%{_datadir}/omf
|
||||||
%{_datadir}/applications
|
%{_datadir}/applications
|
||||||
|
%{_datadir}/icons/hicolor/48x48/apps
|
||||||
%{_sysconfdir}/gconf/schemas
|
%{_sysconfdir}/gconf/schemas
|
||||||
%{_libdir}/nautilus/extensions-1.0/libnautilus-fileroller.so
|
%{_libdir}/nautilus/extensions-1.0/libnautilus-fileroller.so
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user