aboutsummaryrefslogtreecommitdiff
path: root/files/etc/hostname/preinst
diff options
context:
space:
mode:
Diffstat (limited to 'files/etc/hostname/preinst')
-rw-r--r--files/etc/hostname/preinst10
1 files changed, 0 insertions, 10 deletions
diff --git a/files/etc/hostname/preinst b/files/etc/hostname/preinst
deleted file mode 100644
index ee32e3a..0000000
--- a/files/etc/hostname/preinst
+++ /dev/null
@@ -1,10 +0,0 @@
-#! /bin/bash
-
-# template expansion
-
-# $1 is the class name used
-# $2 is the path to the file copied
-
-envsubst < $2 > $2.tmp
-mv $2.tmp $2
-