summarylogtreecommitdiffstats
path: root/opendm.install
blob: fc6391853f3899a838d26666a8a36c61d841bb03 (plain)
1
2
3
4
5
6
7
post_install() {
	echo ">To start OpenDM on boot put this in your shell's profile e.g. ~/.bash_profile or ~/.zprofile."
	echo '>>>export OPENDM_TTY="tty1"'
	echo '>>>if [ -f "$HOME/.config/opendm/.opendmstart" ]; then'
	echo '>>>    . ~/.config/opendm/.opendmstart'
	echo '>>>fi'
}