X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=svnfix;h=322e541c778998d8481e8f842202ba0f437f58dd;hb=917e2e9445723988c695fa5f1b5dbcc1ec3351bf;hp=a6e4b19dac3d42dc210227ab99dfefd86f60e5a3;hpb=9231bea578998bc7ddd43b15f2e4917286b2ef77;p=bin.git 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