Added tag 0.95 for changeset 08ee09a02ec3c3d7e67d055c031864b42ae3a0f6
[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