Symbolische Links erstellen
authorHolger Lindemann <hli@lx-system.de>
Thu, 18 Mar 2010 21:08:26 +0000 (22:08 +0100)
committerHolger Lindemann <hli@lx-system.de>
Thu, 18 Mar 2010 21:08:26 +0000 (22:08 +0100)
Aufruf aus dem LxO-Verzeichnis

scripts/mklinks.sh [new file with mode: 0755]

diff --git a/scripts/mklinks.sh b/scripts/mklinks.sh
new file mode 100755 (executable)
index 0000000..2888a20
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+for i in acctranscorrections amcvar amtemplates ap ar bankaccounts bp ca common cp ct datev dn do fu gl ic ir is licenses menujs menunew menu menuv3 menuv4 menuXML oe pe projects rc rp sepa todo ustva wh; do 
+       rm $i.pl 2> /dev/null
+       ln -s am.pl $i.pl
+done
+rm admin.pl 2> /dev/null
+ln -s login.pl admin.pl
+rm generictranslations.pl 2> /dev/null
+ln -s common.pl generictranslations.pl