]> git.donarmstrong.com Git - bin.git/commitdiff
add twitter and identica bits
authorDon Armstrong <don@donarmstrong.com>
Tue, 6 Mar 2012 22:13:15 +0000 (22:13 +0000)
committerDon Armstrong <don@donarmstrong.com>
Tue, 6 Mar 2012 22:13:15 +0000 (22:13 +0000)
svnfix

diff --git a/svnfix b/svnfix
index a6e4b19dac3d42dc210227ab99dfefd86f60e5a3..322e541c778998d8481e8f842202ba0f437f58dd 100755 (executable)
--- 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