summarylogtreecommitdiffstats
path: root/pommed-light.install
diff options
context:
space:
mode:
authorScott Lawrence2015-07-04 14:25:43 -0400
committerScott Lawrence2015-07-04 14:25:43 -0400
commit86a1b6ec1fcd0c6fc9ea7f307686554ad559e33f (patch)
treeb7f4b84accfb7b965fb1c2932718b428459f6cfd /pommed-light.install
downloadaur-86a1b6ec1fcd0c6fc9ea7f307686554ad559e33f.tar.gz
aur4 import
Diffstat (limited to 'pommed-light.install')
-rw-r--r--pommed-light.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/pommed-light.install b/pommed-light.install
new file mode 100644
index 000000000000..a91d99c939a1
--- /dev/null
+++ b/pommed-light.install
@@ -0,0 +1,14 @@
+post_install() {
+cat << EOM
+
+==> There are two configuration files samples: /etc/pommed.conf.{pmac,mactel},
+==> use them as base for your /etc/pommmed.conf
+
+==> To start pommed at boot, run 'systemctl enable pommed'. To start it right
+==> now, run 'systemctl start pommed'.
+
+EOM
+}
+
+
+# vim:set ts=2 sw=2 et: