blob: a1d9aa761296389a82dc08f8e78ff6056a2bf8f8 (
plain)
1
2
3
4
5
6
|
post_install() {
cat << EOF
==> IMPORTANT: Make sure you have a config file in ~/.config/wmderland/config
==> An example config file has been placed at /etc/xdg/wmderland/config
EOF
}
|