commit:     6b28659d519a7e2ea91109702f0d85e5dfac0364
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 21:00:28 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 21:00:28 2016 +0000
URL:        
https://gitweb.gentoo.org/proj/eselect-python.git/commit/?id=6b28659d

edit: Run post_update after editing the file

 python.eselect.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/python.eselect.in b/python.eselect.in
index 0945c63..cc2f672 100644
--- a/python.eselect.in
+++ b/python.eselect.in
@@ -182,6 +182,8 @@ do_edit() {
        [[ ${EDITOR} ]] || die "EDITOR is not set"
 
        ${EDITOR} "${CONFIG_PATH}"
+
+       post_update
 }
 
 ### show action ###

Reply via email to