From: Holger Lindemann Date: Thu, 18 Mar 2010 21:08:26 +0000 (+0100) Subject: Symbolische Links erstellen X-Git-Tag: release-2.6.1~13 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=6c2877981b05112539de7bb0c6aa4236bc292503;p=kivitendo-erp.git Symbolische Links erstellen Aufruf aus dem LxO-Verzeichnis --- diff --git a/scripts/mklinks.sh b/scripts/mklinks.sh new file mode 100755 index 000000000..2888a20fa --- /dev/null +++ b/scripts/mklinks.sh @@ -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