Add mention about compression.
Gentoo-Bug: https://bugs.gentoo.org/551762
Closes: https://github.com/gentoo/gentoo/pull/2072
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
}
pkg_postinst() {
- elog "The template configuration file has been installed as"
- elog "/usr/share/doc/${PF}/rsnapshot.conf.default"
+ elog "The template configuration file has been compressed and installed as"
+ elog " /usr/share/doc/${PF}/rsnapshot.conf.default.[gz|bz2|etc]"
elog "Copy and edit the the above file as /etc/rsnapshot.conf"
}