diff options
-rwxr-xr-x | draklive | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -804,9 +804,6 @@ sub post_install_system { run_("chroot " . get_system_root($live) . " rpm -qa | sort > " . get_builddir($live) . "/packages.lst"); - #- workaround rpm bug that leaves a corrupted rpm DB in chroot - rm_rf(glob_(get_system_root($live) . "/var/lib/rpm/__db.*")); - umask $previous_umask; } |