added symlink creation to edward.git
[deploy-hooks.git] / trustcommerce.git / update
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use lib $ENV{GL_LIBDIR};
7 use Gitolite::Hooks::Update;
8
9 # gitolite update hook
10 # ----------------------------------------------------------------------
11
12 update(); # is not expected to return
13 exit 1; # so if it does, something is wrong