summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python.eselect.in2
1 files changed, 2 insertions, 0 deletions
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 ###