summarylogtreecommitdiffstats
path: root/gnome-web-shortcuts-extension.install
blob: a2aad00d702088524520c30f6b875af06c251138 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	echo -e "***************************************************"
	echo -e "*                                                 *"
	echo -e "* set application/x-desktop to firefox.desktop in *"
	echo -e "* ~/.config/mimeapps.list:                        *"
	echo -e "*                                                 *"
	echo -e "* application/x-desktop=firefox.desktop;          *"
	echo -e "*                                                 *"
	echo -e "***************************************************"
	echo -e -n ""
}