summarylogtreecommitdiffstats
path: root/untldr.install
blob: f13512d688171ae85b0c683712bde1ce6874e330 (plain)
1
2
3
4
5
6
7
post_install() {
	echo "Do not forget to run 'tldr -u' to fetch the pages."
}

post_remove() {
	echo "Pages are left untouched, delete '~/.config/tldr/' manually."
}