Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 158541 | Differences between
and this patch

Collapse All | Expand All

(-)gajim-0.11.ebuild.orig (-1 / +9 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit eutils virtualx multilib
5
inherit eutils virtualx multilib python
6
6
7
DESCRIPTION="Jabber client written in PyGTK"
7
DESCRIPTION="Jabber client written in PyGTK"
8
HOMEPAGE="http://www.gajim.org/"
8
HOMEPAGE="http://www.gajim.org/"
Lines 109-112 src_install() { Link Here
109
	dohtml README.html
109
	dohtml README.html
110
}
110
}
111
111
112
pkg_postinst() {
113
	python_mod_optimize /usr/share/gajim/
114
}
115
116
117
pkg_postrm() {
118
	python_mod_cleanup /usr/share/gajim/
119
}
112
120

Return to bug 158541