|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>uninstall-debugclients</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <a NAME="top" ID="top"></a> |
|
9 <h1>uninstall-debugclients</h1> |
|
10 |
|
11 <p> |
|
12 Unnstallation script for the eric debug clients. |
|
13 </p> |
|
14 <h3>Global Attributes</h3> |
|
15 |
|
16 <table> |
|
17 <tr><td>currDir</td></tr><tr><td>installPackage</td></tr><tr><td>modDir</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 |
|
21 <table> |
|
22 <tr><td>None</td></tr> |
|
23 </table> |
|
24 <h3>Functions</h3> |
|
25 |
|
26 <table> |
|
27 |
|
28 <tr> |
|
29 <td><a href="#exit">exit</a></td> |
|
30 <td>Exit the install script.</td> |
|
31 </tr> |
|
32 <tr> |
|
33 <td><a href="#initGlobals">initGlobals</a></td> |
|
34 <td>Module function to set the values of globals that need more than a simple assignment.</td> |
|
35 </tr> |
|
36 <tr> |
|
37 <td><a href="#main">main</a></td> |
|
38 <td>The main function of the script.</td> |
|
39 </tr> |
|
40 <tr> |
|
41 <td><a href="#uninstallEricDebugClients">uninstallEricDebugClients</a></td> |
|
42 <td>Uninstall the old eric debug client files.</td> |
|
43 </tr> |
|
44 <tr> |
|
45 <td><a href="#usage">usage</a></td> |
|
46 <td>Display a usage message and exit.</td> |
|
47 </tr> |
|
48 </table> |
|
49 <hr /> |
|
50 <hr /> |
|
51 <a NAME="exit" ID="exit"></a> |
|
52 <h2>exit</h2> |
|
53 <b>exit</b>(<i>rcode=0</i>) |
|
54 |
|
55 <p> |
|
56 Exit the install script. |
|
57 </p> |
|
58 <dl> |
|
59 |
|
60 <dt><i>rcode</i></dt> |
|
61 <dd> |
|
62 result code to report back (integer) |
|
63 </dd> |
|
64 </dl> |
|
65 <div align="right"><a href="#top">Up</a></div> |
|
66 <hr /> |
|
67 <hr /> |
|
68 <a NAME="initGlobals" ID="initGlobals"></a> |
|
69 <h2>initGlobals</h2> |
|
70 <b>initGlobals</b>(<i></i>) |
|
71 |
|
72 <p> |
|
73 Module function to set the values of globals that need more than a |
|
74 simple assignment. |
|
75 </p> |
|
76 <div align="right"><a href="#top">Up</a></div> |
|
77 <hr /> |
|
78 <hr /> |
|
79 <a NAME="main" ID="main"></a> |
|
80 <h2>main</h2> |
|
81 <b>main</b>(<i>argv</i>) |
|
82 |
|
83 <p> |
|
84 The main function of the script. |
|
85 </p> |
|
86 <dl> |
|
87 |
|
88 <dt><i>argv</i></dt> |
|
89 <dd> |
|
90 the list of command line arguments. |
|
91 </dd> |
|
92 </dl> |
|
93 <div align="right"><a href="#top">Up</a></div> |
|
94 <hr /> |
|
95 <hr /> |
|
96 <a NAME="uninstallEricDebugClients" ID="uninstallEricDebugClients"></a> |
|
97 <h2>uninstallEricDebugClients</h2> |
|
98 <b>uninstallEricDebugClients</b>(<i></i>) |
|
99 |
|
100 <p> |
|
101 Uninstall the old eric debug client files. |
|
102 </p> |
|
103 <div align="right"><a href="#top">Up</a></div> |
|
104 <hr /> |
|
105 <hr /> |
|
106 <a NAME="usage" ID="usage"></a> |
|
107 <h2>usage</h2> |
|
108 <b>usage</b>(<i>rcode=2</i>) |
|
109 |
|
110 <p> |
|
111 Display a usage message and exit. |
|
112 </p> |
|
113 <dl> |
|
114 |
|
115 <dt><i>rcode</i></dt> |
|
116 <dd> |
|
117 return code passed back to the calling process (integer) |
|
118 </dd> |
|
119 </dl> |
|
120 <div align="right"><a href="#top">Up</a></div> |
|
121 <hr /> |
|
122 </body></html> |