summarylogtreecommitdiffstats
path: root/subedit.install
diff options
context:
space:
mode:
Diffstat (limited to 'subedit.install')
-rw-r--r--subedit.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/subedit.install b/subedit.install
new file mode 100644
index 000000000000..55963f98659b
--- /dev/null
+++ b/subedit.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo "==> Run \"subedit -h\" for help"
+ echo "==> or \"subedit -H for extended help"
+}
+
+post_upgrade() {
+ post_install
+}