summaryrefslogtreecommitdiffhomepage
path: root/subr/post_copy_etc.subr
diff options
context:
space:
mode:
Diffstat (limited to 'subr/post_copy_etc.subr')
-rw-r--r--subr/post_copy_etc.subr11
1 files changed, 0 insertions, 11 deletions
diff --git a/subr/post_copy_etc.subr b/subr/post_copy_etc.subr
deleted file mode 100644
index 9681e14a..00000000
--- a/subr/post_copy_etc.subr
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# set -o errexit -o noglob are assumed.
-#
-
-post_copy_etc() {
- tar -C etc -cpf - midipix.sh README midipix_shortcut.vbs |\
- tar -C ${PREFIX} -xpf -;
- chmod +x ${PREFIX}/midipix.sh;
-};
-
-# vim:filetype=sh