#!/bin/sh -e

if [ "$1" = "purge" ]; then
  rm -rf /var/lib/gup/ /etc/gup.conf /var/log/gup/ >/dev/null
fi

#DEBHELPER#

