aboutsummaryrefslogtreecommitdiffstats
path: root/archmap.install
diff options
context:
space:
mode:
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
+}