summaryrefslogtreecommitdiff
path: root/doc/forum/reconfigure_package.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/forum/reconfigure_package.mdwn')
-rw-r--r--doc/forum/reconfigure_package.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/reconfigure_package.mdwn b/doc/forum/reconfigure_package.mdwn
new file mode 100644
index 00000000..3278032d
--- /dev/null
+++ b/doc/forum/reconfigure_package.mdwn
@@ -0,0 +1,15 @@
+Hello,it would be nice to have the possibility to reconfigure a package without giving debconf selection
+
+this way it would be possible to just ask for a package reconfiguration.
+
+exemple the libdvd-pkg need to be reconfigure after installtion in order to install the dvdcss part.
+
+will it be possible for you to change the signature of reconfigure
+
+from
+
+reConfigure :: Package -> [(String, String, String)] -> Property NoInfo
+
+to
+
+reConfigure :: Package -> Maybe [(String, String, String)] -> Property NoInfo