Author: wade
Date: 2006-06-14 18:04:34 -0400 (Wed, 14 Jun 2006)
New Revision: 61716
Modified:
Log:
moved postinstall scriptlet from monodoc to mono-tools (monodoc )
This should have been done when monodoc browser was moved to mono-tools interesting that noone noticed.
It wasn't found until monodoc-core returned an error code on install on fedora-5-x86_64 because the 'monodoc' command wasn't found.
Modified:
2006-06-14 21:48:09 UTC (rev 61715)
2006-06-14 22:04:34 UTC (rev 61716)
@@ -88,6 +88,11 @@
</i
</script>
+<!-- TD: Should probably have some post uninstall cleanup ?
+<script id="postinst">
+ <i>#!/bin/sh monodoc </i>
+</script>
+
<docs />
<description>
Modified:
2006-06-14 21:48:09 UTC (rev 61715)
2006-06-14 22:04:34 UTC (rev 61716)
@@ -78,17 +78,13 @@
</i
</script>
-<script id="postinst">
- <i>#!/bin/sh monodoc </i>
-</script>
-
<docs />
<description>
- <h>Monodoc is a documentation browsen writtten in C#</h>
+ <h>Monodoc-core contains command line utilities for monodoc</h>
<p>
- Monodoc is a documentation browser for the Mono
- Project. It's written in C# using the GTK# libraries.
+ Monodoc-core contains the command line utilities for monodoc.
+ The Gtk# browser is in the mono-tools package.
</p>
</description>
</package>
Mono-patches maillist - Mono-patches (AT) lists (DOT) ximian.com