post_install() {echoecho"Configure git to use the rebase tool:"echo"git config --global sequence.editor interactive-rebase-tool"echo}
post_remove() {echoecho"Remember to remove the tool from the git configuration:"echo"git config --global --unset sequence.editor"echo}