]> code.ossystems Code Review - openembedded-core.git/commit
gtk-icon-cache.bbclass: add -f option to gtk-update-icon-cache in postinst
authorSteve Sakoman <steve@sakoman.com>
Sat, 7 Jan 2012 04:51:53 +0000 (20:51 -0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 10 Jan 2012 05:51:50 +0000 (21:51 -0800)
commitb3bb99c6faaf5c1613246309fd05cd95c39c77f4
tree8a5b9fed38324ce8c8b3c87098d16fe95edb174b
parent7b1e227bf28c9d4f3bb16af4d9ac21265e88a3f1
gtk-icon-cache.bbclass: add -f option to gtk-update-icon-cache in postinst

The gtk-update-icon-cache utility does not create a cache file if
one does not already exist.  Since some packages (notably gnome-icon-theme)
do not ship a cache file by default, the results of the utility are
not saved.  Adding the force option writes out the cache even if there
wasn't a default cache in the package.

Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/gtk-icon-cache.bbclass