summarylogtreecommitdiffstats
path: root/opendm.install
diff options
context:
space:
mode:
authorE5ten2018-05-06 23:01:39 -0400
committerE5ten2018-05-06 23:01:39 -0400
commit7af1b6b48758d377c261977e048432119cbcc432 (patch)
tree4a065dff67a48fa7c57e17d8c710cc99cc58b53a /opendm.install
downloadaur-7af1b6b48758d377c261977e048432119cbcc432.tar.gz
initial
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