Although we do not enable hook.sh by default, we install it at least.
So make sure we set correct permission to avoid errors like
/usr/bin/dehydrated: line 91: /etc/dehydrated/hook.sh: Permission denied
when user will enable hook.sh usage.
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dobin "${PN}"
insinto "/etc/${PN}"
doins docs/examples/{config,domains.txt,hook.sh}
+ fperms u+x "/etc/${PN}/hook.sh"
dodoc docs/*.md
insinto /etc/"${PN}"/config.d