post_install() {
	echo "Remember to delete the official (non-tweaked) launcher by using:"
	echo "rm ~/.local/share/applications/telegramdesktop.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"
}
