]> git.donarmstrong.com Git - bin.git/blobdiff - svnfix
add reset usb bus command
[bin.git] / svnfix
diff --git a/svnfix b/svnfix
index 7b8725878aca075ac7cdaf7acd19e036c2a179b1..322e541c778998d8481e8f842202ba0f437f58dd 100755 (executable)
--- 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;
@@ -40,3 +45,13 @@ fi;
 if [ -e ~/.hide/reminders ]; then
     ln -sf ~/.hide/reminders ~/.reminders
 fi;
+
+if [ -e ~/.hide/korganize_standard.ics ]; then
+    ln -sf ~/.hide/korganize_standard.ics ~/.kde/share/apps/korganizer/std.ics
+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