summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/languages/python/obsolete/legacy-debconf/build-spec/debian/debconf-test-preinst.postrm
blob: cbf5e3b26e1e9d7a993fe6fcf3ada6fdaaf100bc (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -e
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
    . /usr/share/debconf/confmodule
    db_purge
fi
#DEBHELPER#