summarylogtreecommitdiffstats
path: root/opendm.install
diff options
context:
space:
mode:
Diffstat (limited to 'opendm.install')
-rw-r--r--opendm.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/opendm.install b/opendm.install
new file mode 100644
index 000000000000..fc6391853f38
--- /dev/null
+++ b/opendm.install
@@ -0,0 +1,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'
+} \ No newline at end of file