#!/bin/sh

set -e

# Remove git-lfs config from /etc/gitconfig
git lfs uninstall --system > /dev/null 2>&1

#DEBHELPER#
