Viewing File: /usr/share/doc/dbconfig-common/examples/db-test-multidbtype-2.0/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 ]; then
	. /usr/share/dbconfig-common/dpkg/postrm 
	dbc_go db-test-multidbtype "$@"
fi

#DEBHELPER#
Back to Directory File Manager