aports/testing/wf-shell/wf-shell.post-install
Sertonix 348b148ace testing/wf-shell: echo post-install message with cat
- only use posix flags (not echo -e)
- print message to stderr
- prefix lines with '*' (more consistent with other messages)
2023-12-28 22:30:34 +00:00

8 lines
145 B
Bash

#!/bin/sh
cat >&2 <<EOF
*
* Please copy the default config file from /usr/share/wf-shell/wf-shell.ini.example
* to ~/.config/wf-shell.ini
*
EOF