summarylogtreecommitdiffstats
path: root/mm32-jlink-pack.install
blob: a0674703857abe13426503d86cefd2c68d02ae6f (plain)
1
2
3
4
5

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