X-Git-Url: https://git.donarmstrong.com/?p=bin.git;a=blobdiff_plain;f=svnfix;h=322e541c778998d8481e8f842202ba0f437f58dd;hp=80688ab7b7a1ac04bff189c0b5c52042c6788836;hb=HEAD;hpb=33ea8348c21dff684a32ef2b1e8014e0c3ef3895 diff --git a/svnfix b/svnfix index 80688ab..322e541 100755 --- a/svnfix +++ b/svnfix @@ -25,6 +25,11 @@ for a in bug order; do fi; done; +if [ -e ~/.hide/fb_photo_upload ]; then + ln -sf ~/.hide/fb_photo_upload ~/.fb_photo_upload; +fi; + + if [ -e ~/.hide/qgo_rc ]; then ln -sf ~/.hide/qgo_rc ~/.qGorc; fi; @@ -43,4 +48,10 @@ fi; if [ -e ~/.hide/korganize_standard.ics ]; then ln -sf ~/.hide/korganize_standard.ics ~/.kde/share/apps/korganizer/std.ics -fi; \ No newline at end of file +fi; + +for a in twitter identica; do + if [ -e ~/.hide/twidge_${a} ]; then + ln -sf ~/.hide/twidge_${a} ~/.twidge-${a}; + fi; +done; \ No newline at end of file