#!/bin/sh
if [ -x ./packaging/update-tags ]
then
  exec git diff HEAD^ | ./packaging/update-tags -
else
  exit 0
fi
