Added a cleanup_stages function and added it to the appropriate places.
[catalyst.git] / targets / stage4 / stage4-preclean-chroot.sh
1 #!/bin/bash
2
3 . /tmp/chroot-functions.sh
4
5 if [ -n "${clst_DISTCC}" ]
6 then
7         cleanup_distcc
8 fi
9
10 if [ -n "${clst_ICECREAM}" ]
11 then
12         cleanup_icecream
13 fi