Added tag 0.94 for changeset 288451ce72af278f83feb269f9f4177e79e1f7ba
[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