blob: 1ec71151ed2450f9d32e2ae96c46f96d249d2209 (
plain)
1
2
3
4
5
6
7
|
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" \
"An example can be found here: /usr/share/doc/worm/examples/rc\n\n"
}
|