summaryrefslogtreecommitdiff
path: root/debian/taler-merchant.postrm
blob: bf628b3687b997b48ff6d582faa9d2aa889ada5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

set -e

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
    dbc_go taler-merchant "$@"
fi

#DEBHELPER#

exit 0