]> wagnertech.de Git - kivitendo-erp.git/blob - scripts/mklinks.sh
Neuer Routingmechanismus für Controller, die als Package implementiert sind
[kivitendo-erp.git] / scripts / mklinks.sh
1 #!/bin/sh
2
3 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 
4         rm $i.pl 2> /dev/null
5         ln -s am.pl $i.pl
6 done
7 rm admin.pl 2> /dev/null
8 ln -s login.pl admin.pl
9 rm generictranslations.pl 2> /dev/null
10 ln -s common.pl generictranslations.pl