blob: c42280ad41dcdaf234dc5c053d856c59aa20eeca (
plain)
1
2
3
4
5
6
7
8
9
|
post_upgrade(){
cat << \here
Please note that all user data has moved from ~/Raccoon to ~/.Raccoon.
Move your config dir with 'mv ~/Raccoon ~/.Raccoon' before starting the program
to avoid breakage.
Also you need to change the path to the last used archive:
sed -i "s/Raccoon/.Raccoon/" ~/.java/.userPrefs/de/onyxbits/raccoon/gui/prefs.xml
here
}
|