CC-3057: Uninstall no longer includes text about how to completely remove files in /etc/airtime and /src/airtime

-fixed
This commit is contained in:
Martin Konecny 2011-11-17 18:19:29 -05:00
parent d639f7c5a6
commit ceb9a37b40

View file

@ -22,4 +22,7 @@ $SCRIPTPATH/include/airtime-remove-files.sh
#Remove pypo user #Remove pypo user
python $SCRIPTPATH/../python_apps/remove-pypo-user.py python $SCRIPTPATH/../python_apps/remove-pypo-user.py
echo -e "\n****************************** Uninstall Complete *******************************" echo -e "\n****************************** Uninstall Complete *******************************\n"
echo "NOTE: To fully remove all Airtime files, you will also have to manually delete"
echo " the directories '/srv/airtime'(default storage location of media files)"
echo -e " and '/etc/airtime'(where the config files are stored).\n"