summarylogtreecommitdiffstats
path: root/.install
blob: fca26596f7d8605da5a96e9aa6f3dc0bd1871595 (plain)
1
2
3
4
5
6
7
pre_remove() {
	echo "Removing termtree"
	@sudo rm /usr/share/man/man1/ttree.1
	@sudo rm /usr/bin/ttree
	ls
	cd "$pkgname"
}