Added current pkgbuilds

This commit is contained in:
arcan1s
2013-09-11 01:27:20 +04:00
parent 6f7fb30c6e
commit 2560cb8c5b
23 changed files with 860 additions and 0 deletions

View File

@ -0,0 +1,23 @@
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
}