summarylogtreecommitdiffstats
path: root/telegram-desktop-bin.install
blob: e5b7d581da45c9feec730b579a93c10148b5c319 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	[ ! -z `which update-desktop-database` ]&& update-desktop-database -q
}

post_remove()
{
	echo "You can remove old data from a terminl doing:"
	echo "rm -r ~/.TelegramDesktop"
}