aports/testing/wayfire/wayfire.post-install
Sertonix 3fb5c203c6 testing/wayfire: 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-23 12:30:16 +00:00

9 lines
191 B
Bash

#!/bin/sh
cat >&2 <<EOF
*
* Please copy the default config file from /usr/share/wayfire/wayfire.ini.default
* to ~/.config/wayfire.ini
* You can install wcm package to config Wayfire.
*
EOF