blob: 1aad2f804f98af675ddc20ad2221adf6f37e168d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
post_install() {
echo
printf "\033[1;33m::\033[0m \033[1mNote:\033[0m If some applications are not showing the emoji correctly, visit:\n"
echo
echo " https://github.com/dmlls/whatsapp-emoji-linux/blob/main/TROUBLESHOOTING.md#non-color-emojis-being-displayed-in-some-apps"
echo
echo " Furthermore, if some websites are displaying incorrect font kerning,"
echo " make sure popular fonts such as 'Roboto' or 'Arial' are installed on"
echo " your system. Find more info at:"
echo
echo " https://wiki.archlinux.org/title/fonts#Font_packages"
echo
}
|