Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 494992 - lxde-base/lxde-icon-theme does not create icon-theme.cache
Summary: lxde-base/lxde-icon-theme does not create icon-theme.cache
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: LXDE team (DEFUNCT)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-22 03:51 UTC by Nikoli
Modified: 2013-12-24 06:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.