summarylogtreecommitdiffstats
path: root/telegram-desktop-bin.install
blob: c490916fff543a42c6de8ab4df58ac3a8069f0ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	[ ! -z `which update-desktop-database` ]&& update-desktop-database -q
	echo "Remember to delete the official (non-tweaked) launcher by using:"
	echo ""rm ~/.local/share/applications/telegramdesktop.desktop""
	echo "After running Telegram Desktop"
}

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