aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfe İzbudak <efe.izbudak@metu.edu.tr>2022-09-08 19:03:48 -0400
committerEfe İzbudak <efe.izbudak@metu.edu.tr>2022-09-09 02:07:29 +0300
commitb83c4d3c3556f6aeef1da6546c3fac2b83b5921a (patch)
tree59018286fdffc3bb4e01abc55b72871d176a7601
parentwww-client/vimb: added adblock support (diff)
downloadguru-b83c4d3c.tar.gz
guru-b83c4d3c.tar.bz2
guru-b83c4d3c.zip
www-misc/wyebadblock: added post install instruction
Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>
-rw-r--r--www-misc/wyebadblock/wyebadblock-1.0.0.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/www-misc/wyebadblock/wyebadblock-1.0.0.ebuild b/www-misc/wyebadblock/wyebadblock-1.0.0.ebuild
index 46d854fca..6f3b9d87f 100644
--- a/www-misc/wyebadblock/wyebadblock-1.0.0.ebuild
+++ b/www-misc/wyebadblock/wyebadblock-1.0.0.ebuild
@@ -18,3 +18,7 @@ DEPEND="
"
RDEPEND="${DEPEND}"
BDEPEND=""
+
+pkg_postinst() {
+ ewarn "To use wyebadblock, you must first download and copy the easylist.txt file into ~/.config/wyebadblock/"
+}