Revision 6c287798
Von Holger Lindemann vor mehr als 14 Jahren hinzugefügt
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 |
Auch abrufbar als: Unified diff
Symbolische Links erstellen
Aufruf aus dem LxO-Verzeichnis