whisperer(){
    echo "----------------------------------------------------------------"
    echo "Don't forget that this is an alpha release of AppSet-Qt."
    echo "You can test it but it is not recommended for use every day"
    echo "----------------------------------------------------------------"
    echo "AppSet is in your desktop menu under Applications->System"
    echo "To launch AppSet from shell run 'appset-launch.sh' as normal"
    echo "user."
    echo "----------------------------------------------------------------"
    echo "----------------------------------------------------------------"
    echo "IMPORTANT: NOW YOU NEED TO REBOOT YOUR COMPUTER TO LET APPSET"
    echo "WORKING AT ITS BEST"
    echo "----------------------------------------------------------------"
    echo "----------------------------------------------------------------"
}

post_install(){
    whisperer
} 

post_upgrade(){
    whisperer
}
