summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-11-28 18:27:54 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-11-28 18:29:00 +0200
commit40f17658dd3cccfee46f85c97752ea6888192af7 (patch)
treedb12f84e8dae5c487f7712c0df27bca6cba83227 /app-backup
parentx11-drivers/nvidia-drivers: drop 525.53 (diff)
downloadgentoo-40f17658dd3cccfee46f85c97752ea6888192af7.tar.gz
gentoo-40f17658dd3cccfee46f85c97752ea6888192af7.tar.bz2
gentoo-40f17658dd3cccfee46f85c97752ea6888192af7.zip
app-backup/snapper: add a gentoo wiki link to pkg_postinst
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/snapper/snapper-0.10.3.ebuild3
1 files changed, 2 insertions, 1 deletions
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"
}