blob: 674b57fc00e761aad96c3ca1c4e7d3ef1c0202dc [file] [log] [blame]
#!/bin/sh
[ -e "build/git-hooks/post-update" ] && exec sh "build/git-hooks/post-update" "$@"
exit 0