aboutsummaryrefslogtreecommitdiff
path: root/files/etc/hostname/preinst
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2017-10-13 13:09:29 +0300
committerRiku Voipio <riku.voipio@linaro.org>2017-10-13 15:48:49 +0300
commit9707dfe037dfda99f4f0a6912c1c88ddd25cb554 (patch)
treea735d8b501bd42a342cd6eb9f6e146e7ec5c514f /files/etc/hostname/preinst
parent3ca2d29c5bd4518fb62260eefd923463c4c00810 (diff)
fix scripts/DEBIAN/21-hostname
There is no need to go via classes here. Drop INSTALL.var while at it since we don't use it. Change-Id: Ibb06f8c1e7e6d44788c2d2ad038c5ac418096ae1 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
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
-