[scripts] drop another unused script

This commit is contained in:
Fabio Erculiani
2014-11-29 21:58:21 +00:00
parent 5e9070d169
commit d4aa4f0209

View File

@@ -1,10 +0,0 @@
#!/bin/sh
# Copy packages list outside tarball
pkglist_file="${CHROOT_DIR}/etc/sabayon-pkglist"
if [ -f "${pkglist_file}" ]; then
tar_dirname=$(dirname "${TAR_PATH}")
if [ -d "${tar_dirname}" ]; then
cp "${pkglist_file}" "${TAR_PATH}.pkglist"
fi
fi