summaryrefslogtreecommitdiff
path: root/helpers/lh_patchnetwork
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_patchnetwork')
-rwxr-xr-xhelpers/lh_patchnetwork18
1 files changed, 0 insertions, 18 deletions
diff --git a/helpers/lh_patchnetwork b/helpers/lh_patchnetwork
deleted file mode 100755
index 9d0b4b0..0000000
--- a/helpers/lh_patchnetwork
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-# lh_patchnetwork.sh <action>
-
-# Packages which are manually installed inside the chroot are installed
-# from the network. Therefore, we need to be able to resolv hosts.
-
-case "${1}" in
- apply)
- lh_confignetwork apply-hosts
- lh_confignetwork apply-resolv
- ;;
-
- deapply)
- lh_confignetwork deapply-hosts
- lh_confignetwork deapply-resolv
- ;;
-esac