Files
molecule-plugins/examples/remaster_post.sh
T
2010-05-09 22:27:19 +02:00

8 lines
198 B
Bash
Executable File

#!/bin/sh
PKGS_DIR="/sabayon/remaster/pkgs"
CHROOT_PKGS_DIR="${CHROOT_DIR}/var/lib/entropy/packages"
echo "Umounting packages over"
umount "${CHROOT_DIR}/dev"
umount "${CHROOT_PKGS_DIR}" || exit 1