#!/bin/sh

set -e

# Set up /etc/gitconfig for git-lfs
git lfs install --system > /dev/null 2>&1

#DEBHELPER#
