summarylogtreecommitdiffstats
path: root/theos.install
diff options
context:
space:
mode:
authorAsger Hautop Drewsen2018-03-07 17:32:07 +0100
committerAsger Hautop Drewsen2018-03-07 17:32:07 +0100
commitb7d8c05140e3af8813c841f93cea311224ddb9b8 (patch)
treef29b2abb13950a729a99f3c827d025abd8e949a8 /theos.install
parent77cce400e61d9266981af94f5f9ec46d1ab1e157 (diff)
downloadaur-theos-git.tar.gz
Add install script
Diffstat (limited to 'theos.install')
-rw-r--r--theos.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/theos.install b/theos.install
new file mode 100644
index 000000000000..be0b9c4f450e
--- /dev/null
+++ b/theos.install
@@ -0,0 +1,3 @@
+post_install() {
+ echo ">>> Remember to set THEOS=/opt/theos as an environment variable"
+}