molecules/scripts/tar_generic_inner_chroot_script_after.sh

14 lines
265 B
Bash
Executable File

#!/bin/bash
/usr/sbin/env-update && source /etc/profile
# Generate list of installed packages
equo query list installed -qv > /etc/sabayon-pkglist
# remove hw hash
rm -f /etc/entropy/.hw.hash
# remove entropy pid file
rm -f /var/run/entropy/entropy.lock
exit 0