diff options
author | Adam Heath <doogie@debian.org> | 2002-05-23 20:18:21 +0000 |
---|---|---|
committer | Adam Heath <doogie@debian.org> | 2002-05-23 20:18:21 +0000 |
commit | f6a599a91b8b965de535b4c9c28c4547b3cfef05 (patch) | |
tree | c117558dd15859a085f64ef202e06231ecc9a4a1 /TODO | |
parent | 1d9a0eeb6efade6bd4434c80e3788f8fcf61fa83 (diff) | |
download | dpkg-f6a599a91b8b965de535b4c9c28c4547b3cfef05.tar.gz |
Add items for --reconfigure and --call-maint-script.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -21,6 +21,14 @@ dpkg * refactor processarc.c * add test to see if a file should really be installed and optionally skip it +* dpkg --reconfigure <pkg> <pkg> + <pkg>.postinst reconfigure <ver> + Fail if pkg is not in the configured state. +* dpkg --call-maint-script=<script> --maint-script-arg=<arg> + --maint-script-arg=<arg> <pkg> <pkg> + dpkg will not allow <script> to be one of {pre,post}{inst,rm}. Only + unknown scripts can be called this way. dpkg will also not keep track + of any state for these scripts. Fix: <joeyh_> package a conflicted with old versions of package b. package b |