| Current Path : /proc/self/root/usr/share/doc/dbconfig-common/examples/db-test-pgsql-2.0/debian/ | 
| Current File : //proc/self/root/usr/share/doc/dbconfig-common/examples/db-test-pgsql-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.pgsql ]; then . /usr/share/dbconfig-common/dpkg/postrm.pgsql fi dbc_go db-test-pgsql $@ #DEBHELPER#