summarylogtreecommitdiffstats
path: root/worm.install
diff options
context:
space:
mode:
Diffstat (limited to 'worm.install')
-rw-r--r--worm.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/worm.install b/worm.install
new file mode 100644
index 000000000000..4fac4359b688
--- /dev/null
+++ b/worm.install
@@ -0,0 +1,6 @@
+post_install() {
+ echo -e "\n\nWorm will automatically execute the following file on startup:\n\n" \
+ "~/.config/worm/rc\n\n" \
+ "Create a simple shell-script to run your apps...\n" \
+ "(Don't forget to make it executable)\n\n"
+}