mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-04-25 07:57:16 +00:00
24 lines
939 B
Plaintext
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
|
|
}
|