Projekt

Allgemein

Profil

Herunterladen (494 Bytes) Statistiken
| Zweig: | Markierung: | Revision:
6c287798 Holger Lindemann
#!/bin/sh

6fb7bcc9 Moritz Bunkus
for i in am dispatcher login; do
6a651b73 Holger Lindemann
rm $i.pl 2> /dev/null
ln -s admin.pl $i.pl
done
adf1b8cb Moritz Bunkus
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
6c287798 Holger Lindemann
rm $i.pl 2> /dev/null
ln -s am.pl $i.pl
done
217d32f3 Moritz Bunkus
rm generictranslations.pl licenses.pl 2> /dev/null
6c287798 Holger Lindemann
ln -s common.pl generictranslations.pl
6a651b73 Holger Lindemann
rm dispatcher.fcgi 2> /dev/null
ln -s dispatcher.fpl dispatcher.fcgi