Changing run_emerge to run_merge, changing both setup_portage and setup_myfeatures...
[catalyst.git] / targets / support / unmerge.sh
1 #!/bin/bash
2
3 source /tmp/chroot-functions.sh
4
5 run_merge -C ${clst_packages}
6
7 exit 0