Added tag 0.98 for changeset 7b957b5b0c56
[grml-terminalserver.git] / cdir
1 #!/static/ash
2 # creates the custom dir layout to load modules and execute discover
3
4 if [ -e /mylib -o -e /myusr ]; then
5   mv /lib /lib~
6   mv /usr /usr~
7   mv /mylib /lib
8   mv /myusr /usr
9 fi
10