This directory is to contain files which list sets of packages which are to
be removed after firmware update.

The files listing the package sets are to be named *.conf, all other files
are ignored. The *.conf files are processed in lexical order.

Each line in these files should contain a list of package names to be removed
as a set, if one of the packages in the set is not installed or cannot be
removed (e.g., because it provides a dependency of another installed package)
none of the packages in the set are removed. Lines are processed in order.
Empty lines, whitespace only lines and lines starting with # are ignored.
Long lines can be broken into multiple lines with a backslash followed by a
newline. 