diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-01 22:12:59 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-01 22:12:59 +0100 |
commit | fbc0542e0c4051897615c881a2a134079be61e2f (patch) | |
tree | 56ace78535d3f5ad6c4b8bfc838f0b1c222930b2 /debian/taler-exchange.prerm | |
parent | e4dc1ecc5d036d9fad73605ce86c30af0574a32a (diff) |
modify setup to not do DB, cannot be fully done anyway
Diffstat (limited to 'debian/taler-exchange.prerm')
-rw-r--r-- | debian/taler-exchange.prerm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/taler-exchange.prerm b/debian/taler-exchange.prerm index 88a747cb7..d1dd90ed3 100644 --- a/debian/taler-exchange.prerm +++ b/debian/taler-exchange.prerm @@ -8,10 +8,5 @@ if [ -f /usr/share/debconf/confmodule ]; then fi . /usr/share/dbconfig-common/dpkg/prerm -if [ -f /usr/share/dbconfig-common/dpkg/prerm.pgsql ]; then - . /usr/share/dbconfig-common/dpkg/prerm.pgsql - dbc_go taler-exchange "$@" -fi - db_stop exit 0
\ No newline at end of file |