diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-02-06 22:00:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-02-06 22:00:28 +0100 |
commit | 6b28659d519a7e2ea91109702f0d85e5dfac0364 (patch) | |
tree | 80fa9eedabd9d8d634a37c036897673c1a87a5a4 | |
parent | Handle missing configuration file gracefully (diff) | |
download | eselect-python-6b28659d519a7e2ea91109702f0d85e5dfac0364.tar.gz eselect-python-6b28659d519a7e2ea91109702f0d85e5dfac0364.tar.bz2 eselect-python-6b28659d519a7e2ea91109702f0d85e5dfac0364.zip |
edit: Run post_update after editing the file
-rw-r--r-- | python.eselect.in | 2 |
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 ### |