blob: 04cec10a5834303856285bb96762e585f170e73a (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
cat << EOF
By default it won't work without command line parameters ('scrnsvr --help') or without a config file.
To copy an example config to \$HOME/.config/scrnsvr.ini use 'scrnsvr --copy-config'
EOF
}
|