exchange/debian/taler-exchange.prerm
2021-01-01 22:12:59 +01:00

12 lines
160 B
Bash

#!/bin/sh
set -e
if [ -f /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
fi
. /usr/share/dbconfig-common/dpkg/prerm
db_stop
exit 0