XML catalogue of packages which are available for installation, using the mingw-get installer.
Révision | f5926cb5460dd1d8d115e2cbca46e8961dc40b68 (tree) |
---|---|
l'heure | 2012-04-27 01:54:35 |
Auteur | Keith Marshall <keithmarshall@user...> |
Commiter | Keith Marshall |
Fix post/pre-remove conflict in mingw-get.xml scripting.
@@ -1,5 +1,15 @@ | ||
1 | 1 | 2012-04-26 Keith Marshall <keithmarshall@users.sourceforge.net> |
2 | 2 | |
3 | + Fix post/pre-remove conflict in mingw-get.xml scripting. | |
4 | + | |
5 | + * mingw32/mingw32-mingw-get.xml (mingw-get-bin.post-remove): Can't | |
6 | + use post-remove script here, after helper modules removed; replace... | |
7 | + (mingw-get-bin.pre-remove): ...with this; regenerate and republish. | |
8 | + | |
9 | + * mingw32/issue.log: Update accordingly. | |
10 | + | |
11 | +2012-04-26 Keith Marshall <keithmarshall@users.sourceforge.net> | |
12 | + | |
3 | 13 | Update for mingw-get-0.5-mingw32-beta-20120426-1 release. |
4 | 14 | |
5 | 15 | * mingw32/mingw32-mingw-get.xml: Update and republish. |
@@ -46,7 +46,7 @@ | ||
46 | 46 | abf16c6e3575585f92c4a88b7be2c1bf6f7e5f26 2012021600 mingw32-lua.xml |
47 | 47 | aaa310c7d830e7e9eef6738273630dda8e70d674 2011101100 mingw32-make.xml |
48 | 48 | d72826fa6526c7253dc7d6c0a5be4846df11a995 2011110600 mingw32-mgwport.xml |
49 | - 3fc6ac2f318283a75eb953c2a685ad2f7308f159 2012042500 mingw32-mingw-get.xml | |
49 | + 8e49b4efd144afdfe5730de463045ee32a57d5e4 2012042600 mingw32-mingw-get.xml | |
50 | 50 | 143dee9e2cd59154f477e93cf59e08bc904d67f5 2012040500 mingw32-mingw-utils.xml |
51 | 51 | 397021010754b50cdbbe5d5003b1f6217158ec8e 2010083100 mingw32-mpc.xml |
52 | 52 | c35e6513fa814743400729714413bd749ff148ef 2010083100 mingw32-mpfr.xml |
@@ -43,9 +43,9 @@ | ||
43 | 43 | setup.libexec_path( "gui.exe" ), "mingw-get" |
44 | 44 | ) |
45 | 45 | </action> |
46 | - <action class="post-remove"> | |
46 | + <action class="pre-remove"> | |
47 | 47 | setup = require "setup" |
48 | - print( " running post-remove hooks for mingw-get-bin" ) | |
48 | + print( " running pre-remove hooks for mingw-get-bin" ) | |
49 | 49 | setup.delete_shortcuts( |
50 | 50 | "--if-linked="..setup.libexec_path( "gui.exe" ), |
51 | 51 | "--force", "mingw-get" |