--- weboob-0e-r2.ebuild 2013-03-25 04:42:27.000000000 +0100 +++ weboob-0e-r3.ebuild 2013-03-25 08:54:36.000000000 +0100 @@ -7,7 +7,7 @@ SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" -inherit base distutils +inherit base distutils gnome2-utils if [ "$PV" == "9999" ]; then EGIT_REPO_URI="git://git.symlink.me/pub/${PN}/devel.git" inherit git-2 @@ -66,6 +66,16 @@ set_global_options } +pkg_preinst() { + gnome2_icon_savelist +} + pkg_postinst() { + gnome2_icon_cache_update elog "You should now run \"weboob-config update\" (as your login user)." } + +pkg_postrm() { + gnome2_icon_cache_update +} +