summaryrefslogtreecommitdiffstats
path: root/retiolum/bin/apply-custom-hosts-patches
diff options
context:
space:
mode:
Diffstat (limited to 'retiolum/bin/apply-custom-hosts-patches')
-rwxr-xr-xretiolum/bin/apply-custom-hosts-patches8
1 files changed, 0 insertions, 8 deletions
diff --git a/retiolum/bin/apply-custom-hosts-patches b/retiolum/bin/apply-custom-hosts-patches
deleted file mode 100755
index 2b2fda80..00000000
--- a/retiolum/bin/apply-custom-hosts-patches
+++ /dev/null
@@ -1,8 +0,0 @@
-#! /bin/sh
-set -euf
-
-patch=/etc/tinc/retiolum/hosts.patch
-
-if test -e $patch; then
- patch -N -d /etc/tinc/retiolum/hosts -r - < $patch
-fi