summarylogtreecommitdiffstats
path: root/scrnsvr.install
blob: a8e62a540b08ab3cf4e6896d17e06d60f3a3bae1 (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') o without a config file.
To copy an example config to \$HOME/.config/scrnsvr.ini use 'scrnsvr --copy-config'

EOF
}