--- mcore-src/trunk/mcore-tools/src/modules/citrix/storefront-resolver.in 2015/08/27 08:20:53 2395 +++ mcore-src/trunk/mcore-tools/src/modules/citrix/storefront-resolver.in 2015/08/27 08:32:40 2396 @@ -104,6 +104,15 @@ [[ -n ${CMD} ]] || die "No CMD given" +# create required citrix runtime with an accepted eula +# and remove all temp files +install -d ~/.ICAClient +touch ~/.ICAClient/.eula_accepted +if [[ -d ~/ICAClient/.tmp ]] +then + rm -r ~/ICAClient/.tmp +fi + case ${CMD} in enumerate) # enumerate apps