X-Git-Url: https://git.donarmstrong.com/?p=bin.git;a=blobdiff_plain;f=svnfix;h=322e541c778998d8481e8f842202ba0f437f58dd;hp=a6e4b19dac3d42dc210227ab99dfefd86f60e5a3;hb=HEAD;hpb=523226513b67a18949ae7943e3c897246205d735 diff --git a/svnfix b/svnfix index a6e4b19..322e541 100755 --- a/svnfix +++ b/svnfix @@ -48,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