[molecule/examples] add more example files

This commit is contained in:
Fabio Erculiani
2010-06-17 15:52:12 +02:00
parent 4aad1c784b
commit 1eb420b5f2
34 changed files with 930 additions and 171 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
PKGS_DIR="/sabayon/remaster/pkgs"
CHROOT_PKGS_DIR="${CHROOT_DIR}/var/lib/entropy/packages"
echo "Merging back packages"
cp "${CHROOT_PKGS_DIR}"/* "${PKGS_DIR}"/ -Ra
rm -rf "${CHROOT_PKGS_DIR}"{,-nonfree,-restricted}/*