app-admin/run0edit: drop 0.5.7, add 0.5.8

* Drop logic to automatically setup config. No longer needed.

Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
dsaf
2026-03-12 18:21:38 -03:00
parent 729d731070
commit 4e11e0a3a0
3 changed files with 1 additions and 9 deletions

View File

@@ -54,8 +54,4 @@ src_install() {
python_doscript run0edit
einstalldocs
# setup editor.conf
dodir /etc/"${PN}"
echo "$(which ${EDITOR})" >> "${ED}"/etc/"${PN}"/editor.conf || die
}