diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-03 23:29:27 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-03 23:29:27 +0100 |
commit | 9a24b4a0dccc299e17279e115a3e460092cab0d3 (patch) | |
tree | 9b2122dfcd3fec99118fa03831dcf8296468956f /debian/rules | |
parent | d981da056e776e0756cfddb22f18308b9ab913a5 (diff) |
fix auditor postinst
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 5c32fe88b..3af287771 100755 --- a/debian/rules +++ b/debian/rules @@ -34,3 +34,4 @@ override_dh_auto_clean: override_dh_install: dh_install cd debian/libtalerexchange; find . -type f -exec rm -f ../taler-exchange/{} \; + cd debian/taler-auditor; find . -type f -exec rm -f ../taler-exchange/{} \; |