diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-03-09 15:24:20 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:40 +0200 |
commit | 99dc459cd9357f4984efc201f92517d080bbb3b6 (patch) | |
tree | b07d4a70d85c02530e4fce6642cf9bc53ac10b5b /archmap.install | |
download | pkgbuilds-99dc459cd9357f4984efc201f92517d080bbb3b6.tar.xz |
archmap: imported
Diffstat (limited to 'archmap.install')
-rw-r--r-- | archmap.install | 11 |
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 +} |