summarylogtreecommitdiffstats
path: root/noxbit.install
diff options
context:
space:
mode:
authorArtyom Aleksyuk2017-06-18 02:44:40 +0300
committerArtyom Aleksyuk2017-06-18 02:44:40 +0300
commitbeee4b0996f101f1d2ac757c8000dadef49c5757 (patch)
tree8b5fb5ba1199e5db40d078ef4010724996511303 /noxbit.install
downloadaur-beee4b0996f101f1d2ac757c8000dadef49c5757.tar.gz
First version
Diffstat (limited to 'noxbit.install')
-rw-r--r--noxbit.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/noxbit.install b/noxbit.install
new file mode 100644
index 000000000000..59ea922a3beb
--- /dev/null
+++ b/noxbit.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo "Remember to edit /opt/noxbit/noxbit.cfg file with your UID and password"
+ echo "Please edit noxbit.service if you want to place the cache directory outside of /tmp"
+}
+
+post_upgrade() {
+ post_install
+}