mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-07-22 09:29:58 +00:00
Added current pkgbuilds
This commit is contained in:
23
appset-qt/appset-qt.install
Normal file
23
appset-qt/appset-qt.install
Normal 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
|
||||
}
|
Reference in New Issue
Block a user