summarylogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorMark Blakeney2016-08-20 22:50:55 +1000
committerMark Blakeney2016-08-20 22:50:55 +1000
commit2fb42162c28b4b38f024cb45182a5b8268790977 (patch)
treed55acd03b00c54be238377068a0ee4338ad61780 /install.sh
downloadaur-2fb42162c28b4b38f024cb45182a5b8268790977.tar.gz
Version 1.0
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100644
index 000000000000..1792c78a3860
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,10 @@
+_pkgname=arch-upgrade
+
+post_install() {
+ echo -ne "\e[34;1m"
+ echo "=== INSTALLATION NOTES for $_pkgname ==="
+ echo "Configuration files are at:"
+ echo " /etc/$_pkgname.conf (system wide default)"
+ echo " \$HOME/.config/$_pkgname.conf (optional per user)"
+ echo -ne "\e[0m"
+}