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 /debian/taler-exchange-offline.postinst | |
parent | 45a48280e32195facd2aa09f352df759782a09ca (diff) |
postinst
Diffstat (limited to 'debian/taler-exchange-offline.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) --home ${TALER_HOME}/offline taler-exchange-offline fi -abort-upgrade | abort-remove | abort-deconfigure) ;; + ;; + +abort-upgrade | abort-remove | abort-deconfigure) + + ;; *) echo "postinst called with unknown argument \`${1}'" >&2 |