summarylogtreecommitdiffstats
path: root/forkgram-bin.install
blob: c3bbd9451ce313e3f930147cb573d409bd8144b9 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	echo "Forkgram will store the configs and cache in:"
	echo "$XDG_DATA_HOME/TelegramDesktop"
}

post_remove() {
	post_install
	echo "Also, you can remove old data from a terminal doing:"
	echo "rm -r $XDG_DATA_HOME/TelegramDesktop"
}