aboutsummaryrefslogtreecommitdiffstats
path: root/archmap.install
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-03-09 15:24:20 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:40 +0200
commit99dc459cd9357f4984efc201f92517d080bbb3b6 (patch)
treeb07d4a70d85c02530e4fce6642cf9bc53ac10b5b /archmap.install
downloadpkgbuilds-99dc459cd9357f4984efc201f92517d080bbb3b6.tar.xz
archmap: imported
Diffstat (limited to 'archmap.install')
-rw-r--r--archmap.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/archmap.install b/archmap.install
new file mode 100644
index 0000000..a6e70d2
--- /dev/null
+++ b/archmap.install
@@ -0,0 +1,11 @@
+post_install() {
+ cat <<EOF
+==> Copy the template config from /usr/share/doc/archmap.conf to /etc
+==> and edit the paths. Enable and start archmap.timer to generate a
+==> new map every 24 hours.
+EOF
+}
+
+post_upgrade() {
+ post_install
+}