diff options
| author | picca <picca@web> | 2015-09-13 15:40:15 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2015-09-13 15:40:15 +0000 |
| commit | c352d1b8a10e9ab85d47110e5125554b632a521d (patch) | |
| tree | 1b8714af41e7e5562b53cfcd8a9331b7c0c6df3f /doc | |
| parent | 784143af804d481f8fb81d637fac0ef97f95437c (diff) | |
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forum/reconfigure_package.mdwn | 15 |
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 |
