summaryrefslogtreecommitdiff
path: root/debian/taler-exchange.prerm
blob: 3ba9986a674ea41ff82eadf0dd5eb610973b2e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ -f /usr/share/debconf/confmodule ];
then
    . /usr/share/debconf/confmodule
fi

db_stop
exit 0