From f3ef3c17ac1fb2bb53050a28a0e409c30282c5d2 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 6 Feb 2016 22:07:09 +0100 Subject: post_update: Use only CPython for manpages, frameworks and python-docs --- python.eselect.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python.eselect.in b/python.eselect.in index 5f22614..37a824c 100644 --- a/python.eselect.in +++ b/python.eselect.in @@ -163,13 +163,13 @@ set_python_docs() { # Perform all necessary updates following preference list change. post_update() { - local main_interp=$(do_show) + local main_cpython=$(do_show --cpython) # TODO: update only when necessary - set_man_symlink "${main_interp}" - set_osx_framework "${main_interp}" - set_python_docs "${main_interp}" + set_man_symlink "${main_cpython}" + set_osx_framework "${main_cpython}" + set_python_docs "${main_cpython}" } ### edit action ### -- cgit v1.2.3-65-gdbad