summarylogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorjaviercordero2018-04-07 14:16:28 -0400
committerjaviercordero2018-04-07 14:16:28 -0400
commitfea3896ab20b851508b3867f19af8e53c2849368 (patch)
tree728aaf3d0012e87b9f6c4547765d448567b25e14 /INSTALL
downloadaur-fea3896ab20b851508b3867f19af8e53c2849368.tar.gz
First attempt at packaging Imaginary Teleprompter.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL16
1 files changed, 16 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 000000000000..bf142c09b0fa
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,16 @@
+post_install() {
+ :
+#!/bin/bash
+
+# Link to the binary
+ln -sf '/opt/Imaginary Teleprompter/imaginary-teleprompter' '/usr/local/bin/imaginary-teleprompter'
+
+}
+post_remove() {
+ :
+#!/bin/bash
+
+# Delete the link to the binary
+rm -f '/usr/local/bin/imaginary-teleprompter'
+
+}