Port the default hook to the new runner system
Basically, instead of having a dedicated file, the default hook
implements the BaseRunner interface and specify the method corresponding
to the git hook of interest (in this case, the post-receive hook).
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>