Das XUL-/XML-MenĂ¼ entfernen
[kivitendo-erp.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 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