root / TXM / trunk / org.txm.setups / deleteTXMBuilds.sh @ 4010
Historique | Voir | Annoter | Télécharger (294 octet)
| 1 |
#!/bin/bash |
|---|---|
| 2 |
ROOT=exportRCP |
| 3 |
VERSION=`cat VERSION` |
| 4 |
|
| 5 |
rm -rf $ROOT/linux.gtk.x86_64 |
| 6 |
rm -rf $ROOT/macosx.cocoa.x86_64 |
| 7 |
rm -rf $ROOT/win32.win32.x86_64 |
| 8 |
rm -rf $ROOT/repository |
| 9 |
|
| 10 |
rm -rf "TXM_${VERSION}_Win64_installer"
|
| 11 |
rm -rf "TXM_${VERSION}_Linux64_installer"
|
| 12 |
rm -rf "TXM_${VERSION}_MacOSX_installer"
|
| 13 |
|