2 echo "----------------------------------------------------------------"
3 echo "Don't forget that this is an alpha release of AppSet-Qt."
4 echo "You can test it but it is not recommended for use every day"
5 echo "----------------------------------------------------------------"
6 echo "AppSet is in your desktop menu under Applications->System"
7 echo "To launch AppSet from shell run 'appset-launch.sh' as normal"
9 echo "----------------------------------------------------------------"
10 echo "----------------------------------------------------------------"
11 echo "IMPORTANT: NOW YOU NEED TO REBOOT YOUR COMPUTER TO LET APPSET"
12 echo "WORKING AT ITS BEST"
13 echo "----------------------------------------------------------------"
14 echo "----------------------------------------------------------------"
18 angel=$(grep ^DAEMONS /etc/rc.conf | grep appset-helper)
20 if [ "$angel" = "" ]; then
21 sed -i '/^DAEMONS/{s/)$/ appset-helper)/}' /etc/rc.conf
36 sed -i '/^DAEMONS/{s/ appset-helper)$/)/}' /etc/rc.conf