blob: d6955a2c42a43454f54bf311fed901080228f347 (
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'
}
|