commit: 40f17658dd3cccfee46f85c97752ea6888192af7
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 16:27:54 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 16:29:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f17658
app-backup/snapper: add a gentoo wiki link to pkg_postinst
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-backup/snapper/snapper-0.10.3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-backup/snapper/snapper-0.10.3.ebuild
b/app-backup/snapper/snapper-0.10.3.ebuild
index 9a6520a5bb31..7dfccdfc6e12 100644
--- a/app-backup/snapper/snapper-0.10.3.ebuild
+++ b/app-backup/snapper/snapper-0.10.3.ebuild
@@ -84,5 +84,6 @@ pkg_postinst() {
elog "at least one config first. To do this, run:"
elog "snapper create-config <subvolume>"
elog "For more information, see man (8) snapper or"
- elog "http://snapper.io/documentation.html"
+ elog "http://snapper.io/documentation.html and"
+ elog "https://wiki.gentoo.org/wiki/Snapper"
}