/* TODO print the users that are not used anymore */
"users WHERE id NOT IN "
"(SELECT DISTINCT user_id FROM pkg_users)",
/* TODO print the groups trhat are not used anymore */
/* TODO print the groups that are not used anymore */
"groups WHERE id NOT IN "
"(SELECT DISTINCT group_id FROM pkg_groups)",
"shlibs WHERE id NOT IN "