#!/bin/sh
if [ -x ./packaging/check-files ]
then
  exec git diff --cached | ./packaging/check-files -
else
  exit 0
fi
