Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 494992

Summary: lxde-base/lxde-icon-theme does not create icon-theme.cache
Product: Gentoo Linux Reporter: Nikoli <nikoli>
Component: Current packagesAssignee: LXDE team (DEFUNCT) <lxde+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nikoli 2013-12-22 03:51:55 UTC
There is no icon-theme.cache in /usr/share/icons/nuoveXT2/ after installing lxde-base/lxde-icon-theme-0.5.0

ebuild should have:
pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() { gnome2_icon_cache_update; }
pkg_postrm() { gnome2_icon_cache_update; }
Comment 1 Pavel Kazakov (RETIRED) gentoo-dev 2013-12-24 06:01:44 UTC
Thanks, pushed fix.