Fix bugs 407051 and 458536 by using FEATURES="preserve-libs" on the unmerge step...
[catalyst.git] / targets / support / unmerge.sh
1 #!/bin/bash
2
3 source /tmp/chroot-functions.sh
4
5 FEATURES="${clst_myfeatures} preserve-libs"
6 run_merge -C ${clst_packages}
7
8 exit 0