summarylogtreecommitdiffstats
path: root/telegram-desktop-dev-bin.install
blob: aeec9d5d668d003504cdb47ddd0ccf7fb01704b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
	echo "Remember to delete the official (non-tweaked) launcher by using:"
	echo "rm ~/.local/share/applications/*.telegram.*.desktop"
	echo "After running Telegram Desktop"
}

post_upgrade() {
	post_install
}

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