mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 06:37:15 +08:00
15 lines
313 B
Plaintext
15 lines
313 B
Plaintext
post_install() {
|
|
cat << EOM
|
|
|
|
==> There are two configuration files samples: /etc/pommed.conf.{pmac,mactel},
|
|
==> use them as base for your /etc/pommmed.conf
|
|
|
|
==> Add the 'pommed' daemon in /etc/rc.conf to start it at boot,
|
|
==> to start it now, run '/etc/rc.d/pommed start' as root
|
|
|
|
EOM
|
|
}
|
|
|
|
|
|
# vim:set ts=2 sw=2 et:
|