summarylogtreecommitdiffstats
path: root/echo.install
diff options
context:
space:
mode:
Diffstat (limited to 'echo.install')
-rw-r--r--echo.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/echo.install b/echo.install
new file mode 100644
index 000000000000..59fd58c97247
--- /dev/null
+++ b/echo.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo ">>> Renamed to Edit to avoid conflict with vi package."
+}
+
+post_upgrade() {
+ post_install
+}
+