post_install() {
 echo -e "\a \a"
cat << EOF
  ==> If you are using gnome-shell you can easily change change by setting: 
  ==> gsettings set org.gnome.desktop.interface font-name "Adwaita Sans 11"
  ==> gsettings set org.gnome.desktop.interface monospace-font-name "Adwaita Mono 11"
EOF
}

post_upgrade() {
    post_install $1
}
