summarylogtreecommitdiffstats
path: root/worm.install
diff options
context:
space:
mode:
authormoson-mo2021-12-12 21:17:31 +0100
committermoson-mo2021-12-12 21:17:31 +0100
commit6a2ee02987d95ffad915e8639be056c074593bd6 (patch)
treec899e2b38aae7c04602ebf6ad70e92b0d510fecd /worm.install
downloadaur-6a2ee02987d95ffad915e8639be056c074593bd6.tar.gz
Initial commit - v0.1.0
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"
+}