source: osc_snovis/trunk/obuild/clean_release @ 212

Last change on this file since 212 was 212, checked in by barrand, 17 years ago
  • Property svn:executable set to *
File size: 352 bytes
Line 
1#!/bin/sh -f
2
3dir_pwd="`pwd`"
4
5bin_dir=`uname`_obuild
6
7cd ../${bin_dir}/osc_snovis/v1r0
8
9# By default snova can run without the G4 data files :
10/bin/rm -R -f Resources/Geant4/data
11
12# Have a RTK :
13/bin/rm -R -f Resources/Geant4/include
14/bin/rm -R -f Resources/CLHEP/include
15
16find ./lib -name 'libXm.so.2*' -print -exec /bin/rm -f {} \;
17
18cd ${dir_pwd}
19
Note: See TracBrowser for help on using the repository browser.