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