summarylogtreecommitdiffstats
path: root/archmap-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'archmap-git.install')
-rw-r--r--archmap-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/archmap-git.install b/archmap-git.install
new file mode 100644
index 000000000000..a6e70d2aa3f7
--- /dev/null
+++ b/archmap-git.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
+}