summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xdraklive-install1
2 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0d83134..7d550fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- remove orphans after removing unwanted locales / hardware support
+
2.17
- force regeneration of initrd in installed system
diff --git a/draklive-install b/draklive-install
index bba808e..319d740 100755
--- a/draklive-install
+++ b/draklive-install
@@ -222,6 +222,7 @@ sub remove_unused_packages {
#directly using $::prefix
local $::prefix;
pkgs::remove_unused_packages($in, $in->do_pkgs, $o_prefix);
+ run_program::rooted($o_prefix, 'urpme', '--auto', '--auto-orphans');
}
sub prepare_root {