X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=scripts%2Fwine%2Fremake_wine_links.sh;h=6805073a0af68a51489d3a7b74afba0ffef1742c;hp=a40f2877901a2e7f7f4eda4bba0a53750e9899a2;hb=b5be08abf78011dc7be93ccafa1b8cae2f91c95b;hpb=89767196f39392203067d98df46b2243531bfbe1 diff --git a/scripts/wine/remake_wine_links.sh b/scripts/wine/remake_wine_links.sh index a40f2877..6805073a 100644 --- a/scripts/wine/remake_wine_links.sh +++ b/scripts/wine/remake_wine_links.sh @@ -9,26 +9,26 @@ if [ ! -L "My Documents" -o ! -L "Desktop" ]; then echo "This script is meant to be used in a user directory under wine." echo "It will re-hook the links for the desktop and documents to a local folder" - echo "called '~/wine_goods'" + echo "called '~/linx/wine_goods'" exit 1 fi \rm "Desktop" "My Documents" "My Pictures" "My Videos" "My Music" -if [ ! -d ~/wine_goods ]; then - mkdir ~/wine_goods +if [ ! -d ~/linx/wine_goods ]; then + mkdir ~/linx/wine_goods fi -if [ ! -d ~/wine_goods/desktop ]; then - mkdir ~/wine_goods/desktop +if [ ! -d ~/linx/wine_goods/desktop ]; then + mkdir ~/linx/wine_goods/desktop fi -if [ ! -d ~/wine_goods/otherlinks ]; then - mkdir ~/wine_goods/otherlinks +if [ ! -d ~/linx/wine_goods/otherlinks ]; then + mkdir ~/linx/wine_goods/otherlinks fi -ln -s ~/wine_goods "My Documents" -ln -s ~/wine_goods/desktop "Desktop" -ln -s ~/wine_goods/otherlinks "My Pictures" -ln -s ~/wine_goods/otherlinks "My Videos" -ln -s ~/wine_goods/otherlinks "My Music" +ln -s ~/linx/wine_goods "My Documents" +ln -s ~/linx/wine_goods/desktop "Desktop" +ln -s ~/linx/wine_goods/otherlinks "My Pictures" +ln -s ~/linx/wine_goods/otherlinks "My Videos" +ln -s ~/linx/wine_goods/otherlinks "My Music"