diff options
author | Florian Dold <florian@dold.me> | 2021-07-29 14:09:49 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-07-29 14:09:49 +0200 |
commit | 8ab9ce4b0f8f9c5af2c965e0f5d3884eed181d33 (patch) | |
tree | 705a77b68ba2890c57fce1136fcc28e240782fa7 | |
parent | 45a48280e32195facd2aa09f352df759782a09ca (diff) | |
download | exchange-8ab9ce4b0f8f9c5af2c965e0f5d3884eed181d33.tar.gz exchange-8ab9ce4b0f8f9c5af2c965e0f5d3884eed181d33.zip |
postinst
-rw-r--r-- | debian/taler-exchange-offline.postinst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/taler-exchange-offline.postinst b/debian/taler-exchange-offline.postinst index b93761de1..b58e6f48e 100644 --- a/debian/taler-exchange-offline.postinst +++ b/debian/taler-exchange-offline.postinst | |||
@@ -18,7 +18,11 @@ configure) | |||
18 | --home ${TALER_HOME}/offline taler-exchange-offline | 18 | --home ${TALER_HOME}/offline taler-exchange-offline |
19 | fi | 19 | fi |
20 | 20 | ||
21 | abort-upgrade | abort-remove | abort-deconfigure) ;; | 21 | ;; |
22 | |||
23 | abort-upgrade | abort-remove | abort-deconfigure) | ||
24 | |||
25 | ;; | ||
22 | 26 | ||
23 | *) | 27 | *) |
24 | echo "postinst called with unknown argument \`${1}'" >&2 | 28 | echo "postinst called with unknown argument \`${1}'" >&2 |