diff options
Diffstat (limited to 'dev-python/wxpython/wxpython-3.0.2.0-r1708.ebuild')
-rw-r--r-- | dev-python/wxpython/wxpython-3.0.2.0-r1708.ebuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dev-python/wxpython/wxpython-3.0.2.0-r1708.ebuild b/dev-python/wxpython/wxpython-3.0.2.0-r1708.ebuild index 166564d2..a486c4b2 100644 --- a/dev-python/wxpython/wxpython-3.0.2.0-r1708.ebuild +++ b/dev-python/wxpython/wxpython-3.0.2.0-r1708.ebuild @@ -105,13 +105,6 @@ python_install() { python_install_all() { dodoc docs/{CHANGES,PyManual,README,wxPackage,wxPythonManual}.txt - for x in {Py{AlaMode,Crust,Shell},XRCed}; do - newmenu distrib/${x}.desktop ${x}-${SLOT}.desktop - done - newicon wx/py/PyCrust_32.png PyCrust-${SLOT}.png - newicon wx/py/PySlices_32.png PySlices-${SLOT}.png - newicon wx/tools/XRCed/XRCed_32.png XRCed-${SLOT}.png - if use examples; then docinto demo dodoc -r "${DOC_S}"/demo/. |