#!/bin/sh
# Debian standard handling
set -e
case $1 in
abort-*) exit 0;;
esac

#DEBHELPER#
