1 2 3 4 5
post_remove() { echo "deleting the mm32-jlink-pack ..." find /home -maxdepth 5 -name "mm32" -exec rm -rf {} \; }