summarylogtreecommitdiffstats
path: root/echo.install
blob: 59fd58c9724766186a4acc4c3460d545baa3f70f (plain)
1
2
3
4
5
6
7
8
post_install() {
    echo ">>> Renamed to Edit to avoid conflict with vi package."
}

post_upgrade() {
    post_install
}