Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 463186
Collapse All | Expand All

(-)weboob-0e-r2.ebuild (-1 / +11 lines)
Lines 7-13 Link Here
7
SUPPORT_PYTHON_ABIS="1"
7
SUPPORT_PYTHON_ABIS="1"
8
RESTRICT_PYTHON_ABIS="3.*"
8
RESTRICT_PYTHON_ABIS="3.*"
9
9
10
inherit base distutils
10
inherit base distutils gnome2-utils
11
if [ "$PV" == "9999" ]; then
11
if [ "$PV" == "9999" ]; then
12
	EGIT_REPO_URI="git://git.symlink.me/pub/${PN}/devel.git"
12
	EGIT_REPO_URI="git://git.symlink.me/pub/${PN}/devel.git"
13
	inherit git-2
13
	inherit git-2
Lines 66-71 Link Here
66
	set_global_options
66
	set_global_options
67
}
67
}
68
68
69
pkg_preinst() {
70
	gnome2_icon_savelist
71
}
72
69
pkg_postinst() {
73
pkg_postinst() {
74
	gnome2_icon_cache_update
70
	elog "You should now run \"weboob-config update\" (as your login user)."
75
	elog "You should now run \"weboob-config update\" (as your login user)."
71
}
76
}
77
78
pkg_postrm() {
79
	gnome2_icon_cache_update
80
}
81

Return to bug 463186