]> wagnertech.de Git - mfinanz.git/blob - scripts/mklinks.sh
Nachschlag zu commit: 066fbb38fb409c5801b70fc7d43f4e9190d295ff Entsprechend schon...
[mfinanz.git] / scripts / mklinks.sh
1 #!/bin/sh
2
3 for i in am dispatcher login; do
4         rm $i.pl 2> /dev/null
5         ln -s admin.pl $i.pl
6 done
7 for i in acctranscorrections amcvar amtemplates ap ar bankaccounts bp ca common cp ct datev dn do fu gl ic ir is menujs menunew menu menuv3 menuv4 menuXML oe pe projects rc rp sepa todo ustva wh vk; do
8         rm $i.pl 2> /dev/null
9         ln -s am.pl $i.pl
10 done
11 rm generictranslations.pl licenses.pl 2> /dev/null
12 ln -s common.pl generictranslations.pl
13 rm dispatcher.fcgi 2> /dev/null
14 ln -s dispatcher.fpl dispatcher.fcgi