initial data commit, yay!
This commit is contained in:
7
scripts/remaster_post.sh
Executable file
7
scripts/remaster_post.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
PKGS_DIR="/sabayon/pkgcache"
|
||||
CHROOT_PKGS_DIR="${CHROOT_DIR}/var/lib/entropy/client/packages"
|
||||
|
||||
echo "Merging back packages"
|
||||
cp "${CHROOT_PKGS_DIR}"/* "${PKGS_DIR}"/ -Ra
|
||||
rm -rf "${CHROOT_PKGS_DIR}"{,-nonfree,-restricted}/*
|
||||
Reference in New Issue
Block a user