post_install() {
    
    echo -e '\e[1;34m To enable a Fcitx5 configuration KCM, install fcitx-configtool.'
    echo -e '\e[1;34m Adding the following lines to a startup script file like .bash_profile'
    echo -e '\e[1;34m will make fcitx5 work along with gtk/qt input method modules and support xim programs'
    echo -e '\e[1;34m See https://fcitx-im.org/wiki/Setup_Fcitx_5'
    echo -e '\e[1;34m export QT_IM_MODULE=fcitx'
    echo -e '\e[1;34m export XMODIFIERS="@im=fcitx" \e[0m'
}


