blob: 0445232b9194a91d1f0d040b6c2cecb371ca9881 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
post_install() {
cat >&2 << 'EOF'
## ##
## To use this package, you must have a ID & token. ##
## Register at https://e-hentai.org/hentaiathome.php ##
## when used as a downloader, your files will be in ##
## /var/lib/hath/download/ ##
## ##
## Do not manually delete the cache; this adversely ##
## impacts the H@H network. For more information: ##
## https://ehwiki.org/wiki/Hentai@Home ##
EOF
}
|