From 196cb5c2be5da459daa7fc044e57c4098aba0f93 Mon Sep 17 00:00:00 2001 From: Mohammed Amar-Bensaber Date: Tue, 27 Aug 2024 22:22:07 +0200 Subject: clean: remove debhelper artifacts TODO: Maybe gbp supports this already? --- build.sh | 2 ++ clean.sh | 5 +++++ 2 files changed, 7 insertions(+) create mode 100755 clean.sh diff --git a/build.sh b/build.sh index c97dc90..ed5fd42 100755 --- a/build.sh +++ b/build.sh @@ -6,6 +6,8 @@ set -eux hash gbp +./clean.sh + # Builds wireguard configuration files. # # This mainly copies secret files and `wg0.conf` definition. diff --git a/clean.sh b/clean.sh new file mode 100755 index 0000000..977c5ab --- /dev/null +++ b/clean.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +set -eux + +rm -rf debian/*-config debian/*.debhelper debian/*.substvars -- cgit v1.2.3