#! /bin/sh
set -e

if [ "$1" = purge ]
then
    rm -f /etc/devscripts.conf*
fi

# Automatically added by dh_makeshlibs
if [ "$1" = "remove" ]; then
	ldconfig
fi
# End automatically added section

