aboutsummaryrefslogtreecommitdiff
blob: 8f2e8941d4c3f2ee83055933dec9a18928d6571e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash

export RUN_DEFAULT_FUNCS="no"

source /tmp/chroot-functions.sh

update_env_settings
show_debug

if [ -n "${clst_DISTCC}" ]
then
	cleanup_distcc
fi

if [ -n "${clst_ICECREAM}" ]
then
	cleanup_icecream
fi