summarylogtreecommitdiffstats
path: root/pommed-light.install
blob: a91d99c939a1f2655e7298933c2a8b5340601985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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: