Forum | Documentation | Website | Blog

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

chroot: ipumm-dra7xx-installer package is now fixed


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent df605e89
No related merge requests found
......@@ -1166,9 +1166,6 @@ cat > "${DIR}/cleanup_script.sh" <<-__EOF__
if [ -d /var/cache/c9-core-installer/ ] ; then
rm -rf /var/cache/c9-core-installer/ || true
fi
if [ -d /var/cache/ipumm-dra7xx-installer/ ] ; then
rm -rf /var/cache/ipumm-dra7xx-installer/ || true
fi
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
......
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