From 1fcc5bf08ee77b0830a0c446ea1f0e2e0bab72e7 Mon Sep 17 00:00:00 2001 From: William Petit Date: Wed, 22 Mar 2017 09:26:11 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20message=20succ=C3=A8s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hooks/postbuild/debian/{export-dist-postbuild => export-dist} | 2 ++ 1 file changed, 2 insertions(+) rename hooks/postbuild/debian/{export-dist-postbuild => export-dist} (91%) diff --git a/hooks/postbuild/debian/export-dist-postbuild b/hooks/postbuild/debian/export-dist similarity index 91% rename from hooks/postbuild/debian/export-dist-postbuild rename to hooks/postbuild/debian/export-dist index b65aa2e..1c34ca9 100755 --- a/hooks/postbuild/debian/export-dist-postbuild +++ b/hooks/postbuild/debian/export-dist @@ -12,3 +12,5 @@ move_output_to_dist "*.deb" move_output_to_dist "*.changes" move_output_to_dist "*.dsc" move_output_to_dist "*.tar.{bz2,gz,lzma,xz}" + +tamarin_success "Done :-)"