gitlab:check checks for post-receive hook rather than the update one
Created by: mpontes
Gitlab's rake gitlab:check
target checks against the existence of a post-commit hook, which isn't used by Gitlab anymore, and fails to check for the existence (and validity) of an update hook.
Additionally, it tells people to see lib/support/rewrite-hooks.sh
, which not exists.