Viewing File: /usr/share/doc/dbconfig-common/examples/db-test-pgsql-2.2/debian/postrm

#!/bin/sh

set -e
#set -x

if [ -f /usr/share/debconf/confmodule ]; then
	. /usr/share/debconf/confmodule
fi
if [ -f /usr/share/dbconfig-common/dpkg/postrm.pgsql  ]; then
	. /usr/share/dbconfig-common/dpkg/postrm.pgsql 
fi
dbc_go db-test-pgsql "$@"

#DEBHELPER#
Back to Directory File Manager