summarylogtreecommitdiffstats
path: root/run-desktop.install
blob: fa4fe5bcf39a3f067f9a3241a3c52a0ea0a50406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Colored makepkg-like functions
# from google-chrome.install

post_install() {
	echo
	echo "$(tput sgr0)$(tput bold)$(tput setaf 3)NOTE:$(tput sgr0)"
	echo "To open .desktop files using run-desktop by default, add the following to ~/.config/mimeapps.list"
	echo
	echo "[Default Applications]"
	echo "application/x-desktop=run-desktop.desktop;"
	echo
}