pkgbuild/appset-qt/appset-qt.install
2013-09-11 01:27:20 +04:00

24 lines
939 B
Plaintext

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
}