]> git.donarmstrong.com Git - debian/debian-policy.git/blobdiff - debconf_spec/debconf_specification.xml
* Fix the debconf spec to (postinst -> postrm) closes
[debian/debian-policy.git] / debconf_spec / debconf_specification.xml
index df14a87b123adb9bd7ec4bdf650e91b4d155d9f2..c1a0642c3f0536fd7086999475028f282693fc85 100644 (file)
@@ -265,12 +265,16 @@ Description: domain for this computer
       section on templates.
     </para>
     <para>
-      The config-file contains a new element, which I call the configmodule.
-      This is a program that will determine the configuration before the
-      package is unpacked.  This means it is run <emphasis>before</emphasis>
-      the preinst, and before the package is unpacked! This is done to make
-      sure that we can use the desired configuration in the preinst if
-      necessary.
+      The config-file contains a new element, which I call the
+      configmodule.  This is a program that will determine the
+      configuration before the package is unpacked.  This means it is
+      usually run <emphasis>before</emphasis> the preinst, and before
+      the package is unpacked! 
+      <note>
+       <simpara>Plese see debconf-devel(8) for details.</simpara>
+      </note>
+      This is done to make sure that we can
+      use the desired configuration in the preinst if necessary.
     </para>
     <para>
       How does the configmodule get its information?  The configmodule