diff options
Diffstat (limited to 'subr/post_copy_etc.subr')
-rw-r--r-- | subr/post_copy_etc.subr | 11 |
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 |