home · contact · privacy
Improve w530 bookworm setup.
[config] / bookworm / setup_scripts / purge_nonrequireds.sh
index 40d1405e0539d73bdadb662196a9078e55243cab..48065fc68bcc0eb417301a6fea1159638e5fa66c 100755 (executable)
@@ -5,6 +5,8 @@
 set -e
 . ./misc.sh
 
+# FIXME packages listed twice in the aptmark_dir get blacklisted?
+
 dpkg-query -Wf '${Package} ${Priority}\n' | grep ' required' | sed 's/ required//' > /tmp/list_white_unsorted
 for target in "$@"; do
     path="${aptmark_dir}/${target}"