diff options
-rwxr-xr-x | build.sh | 2 | ||||
-rwxr-xr-x | clean.sh | 5 |
2 files changed, 7 insertions, 0 deletions
@@ -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 |