appset: update install file

This commit is contained in:
philm 2011-05-10 09:17:40 +00:00
parent ab2671e512
commit a734d3dd76

View File

@ -1,17 +1,9 @@
whisperer(){ 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 "----------------------------------------------------------------"
echo "AppSet is in your desktop menu under Applications->System" echo "AppSet is in your desktop menu under Applications->System"
echo "To launch AppSet from shell run 'appset-launch.sh' as normal" echo "To launch AppSet from shell run 'appset-launch.sh' as normal"
echo "user. To launch the tray type appsettray-qt as normal user." echo "user. To launch the tray type appsettray-qt as normal user."
echo "----------------------------------------------------------------" echo "----------------------------------------------------------------"
echo "----------------------------------------------------------------"
echo "IMPORTANT!: NOW YOU NEED TO REBOOT YOUR COMPUTER TO MAKE APPSET"
echo "WORKING CORRECTLY"
echo "----------------------------------------------------------------"
echo "----------------------------------------------------------------"
} }
mr_daemon(){ mr_daemon(){
@ -36,3 +28,4 @@ post_remove(){
sed -i '/^DAEMONS/{s/ appset-helper)$/)/}' /etc/rc.conf sed -i '/^DAEMONS/{s/ appset-helper)$/)/}' /etc/rc.conf
} }