diff --git a/doc/TODO b/doc/TODO index a3ccbbbd494..72c4d4ff7ff 100644 --- a/doc/TODO +++ b/doc/TODO @@ -10,8 +10,9 @@ Packages: * Add a trigger to (un)register users/groups. Currently packages that require user/groups use custom INSTALL/REMOVE scripts, which adds a lot of duplicated work. - * Add a trigger to stop/start package's OpenRC service while upgrading - or removing a package. + * Add support to stop and restart package's OpenRC service while + removing and upgrading a package. + [PARTIAL: at pre-remove the services are stopped but not yet restarted] * How to handle kernel package upgrades? dpkg seems to keep previous package and its initramfs, and a dummy package depends on the latest one. I think this is the best option.