Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 9172d97b authored by Robert Nelson's avatar Robert Nelson
Browse files

chroot: add ti-c6000-cgt-v8.1.x-installer to the cleanup list


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 620ebf62
No related merge requests found
......@@ -1115,6 +1115,9 @@ cat > "${DIR}/cleanup_script.sh" <<-__EOF__
if [ -d /var/cache/ti-c6000-cgt-v8.0.x-installer/ ] ; then
rm -rf /var/cache/ti-c6000-cgt-v8.0.x-installer/ || true
fi
if [ -d /var/cache/ti-c6000-cgt-v8.1.x-installer/ ] ; then
rm -rf /var/cache/ti-c6000-cgt-v8.1.x-installer/ || true
fi
if [ -d /var/cache/ti-pru-cgt-installer/ ] ; then
rm -rf /var/cache/ti-pru-cgt-installer/ || true
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment