aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-02-04 18:19:16 +0100
committerJustin Lecher <jlec@gentoo.org>2013-02-04 18:19:16 +0100
commitde7706fa8dab9c1d4868d1a4202d5f9188e6cad3 (patch)
tree454b2e59387b549ff3fbb5c55ccf6e056889965d /sci-chemistry
parentAnd another step forward (diff)
downloadsci-de7706fa8dab9c1d4868d1a4202d5f9188e6cad3.tar.gz
sci-de7706fa8dab9c1d4868d1a4202d5f9188e6cad3.tar.bz2
sci-de7706fa8dab9c1d4868d1a4202d5f9188e6cad3.zip
Next couple of fixes
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/pymol/pymol-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-chemistry/pymol/pymol-9999.ebuild b/sci-chemistry/pymol/pymol-9999.ebuild
index 5cddebf77..00dc372c0 100644
--- a/sci-chemistry/pymol/pymol-9999.ebuild
+++ b/sci-chemistry/pymol/pymol-9999.ebuild
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="tk"
inherit distutils-r1 fdo-mime prefix subversion versionator
-DESCRIPTION="A Python-extensible molecular graphics system."
+DESCRIPTION="A Python-extensible molecular graphics system"
HOMEPAGE="http://pymol.sourceforge.net/"
SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${PN}-icons.tar.xz"
ESVN_REPO_URI="https://pymol.svn.sourceforge.net/svnroot/pymol/trunk/pymol"
@@ -120,7 +120,6 @@ pkg_postinst() {
elog "in case of crashes, please deactivate this experimental feature by setting"
elog "\t set use_shaders, 0"
elog "\t set sphere_mode, 0"
- distutils_pkg_postinst
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}