]> git.donarmstrong.com Git - bin.git/blobdiff - svnfix
add qgorc to svnfix
[bin.git] / svnfix
diff --git a/svnfix b/svnfix
index c063b9b8702884c5a71285f8c3d9b67d5b9c96e6..61ce4a6727a5f1b863ebb0bb213cc63e4328b31f 100755 (executable)
--- a/svnfix
+++ b/svnfix
@@ -6,4 +6,26 @@ fi;
 
 if [ -e ~/.hide/todo ]; then
     ln -sf ~/.hide/todo ~/.todo
-fi;
\ No newline at end of file
+fi;
+
+if [ -e ~/.hide/gaim_accounts.xml ] && [ -d .gaim ]; then
+    ln -sf ~/.hide/gaim_accounts.xml ~/.gaim/accounts.xml;
+fi;
+
+if [ -e ~/.hide/mail_aliases ]; then
+    ln -sf ~/.hide/mail_aliases ~/.mail_aliases
+fi;
+
+for a in bug order; do
+    if [ -e ~/.hide/${a}_bot.conf ]; then
+       ln -sf ~/.hide/${a}_bot.conf ~/.${a}_bot.conf
+    fi;
+done;
+
+if [ -e ~/.hide/qgo_rc ]; then
+    ln -sf ~/.hide/qgo_rc ~/.qGorc;
+fi;
+
+if [ -e ~/.hide/f1rc ]; then
+    ln -sf ~/.hide/f1rc ~/.f1rc
+fi;