summaryrefslogtreecommitdiffstats
path: root/debian/postrm
blob: 945a70df575e177cce1121fef6f76f5658e0c219 (plain)
1
2
3
4
5
6
7
8
#! /bin/sh
set -e

if [ "$1" = "purge" ]; then
    rm -f /etc/adduser.conf /etc/adduser.conf.dpkg-save
fi

#DEBHELPER#