1 |
#!/bin/sh |
2 |
# |
3 |
# Patch for xf re-generated sources. |
4 |
# |
5 |
exit |
6 |
|
7 |
overwrite library.tcl sed 's/# Window manager configurations/# Ascend patched window manager configurations \ |
8 |
wm iconify .library/' library.tcl |
9 |
|
10 |
overwrite sims.tcl sed 's/# Window manager configurations/# Ascend patched window manager configurations \ |
11 |
wm iconify .sims/' sims.tcl |
12 |
|
13 |
overwrite browser.tcl sed 's/# Window manager configurations/# Ascend patched window manager configurations \ |
14 |
wm iconify .browser/' browser.tcl |
15 |
|
16 |
overwrite solver.tcl sed 's/# Window manager configurations/# Ascend patched window manager configurations \ |
17 |
wm iconify .solver/' solver.tcl |
18 |
|
19 |
overwrite probe.tcl sed 's/# Window manager configurations/# Ascend patched window manager configurations \ |
20 |
wm iconify .probe/' probe.tcl |
21 |
|
22 |
overwrite display.tcl sed 's/# Window manager configurations/# Ascend patched window manager configurations \ |
23 |
wm iconify .display/' display.tcl |
24 |
|
25 |
overwrite script.tcl sed 's/# Window manager configurations/# Ascend patched window manager configurations \ |
26 |
wm iconify .script/' script.tcl |
27 |
|
28 |
overwrite units.tcl sed 's/# Window manager configurations/# Ascend patched window manager configurations \ |
29 |
wm iconify .units/' units.tcl |
30 |
|
31 |
overwrite toolbox.tcl sed 's/# Window manager configurations/# Ascend patched window manager configurations \ |
32 |
wm iconify .toolbox/' toolbox.tcl |
33 |
|
34 |
|