summarylogtreecommitdiffstats
path: root/.install
blob: c1517759977cedb665170e84932a934c352b3d91 (plain)
1
2
3
4
5
pre_remove() {
  echo "Removing termtree"
  cd "$pkgname"
  make uninstall
}