diff options
Diffstat (limited to 'localbackuppkglists')
-rwxr-xr-x | localbackuppkglists | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/localbackuppkglists b/localbackuppkglists index 58bb93b..668f961 100755 --- a/localbackuppkglists +++ b/localbackuppkglists @@ -63,6 +63,8 @@ aptitude -F '%p#' search '!~i~Rrecommends:(~i)' > "$tempdir/aptitude-notinstalle debconf-get-selections > "$tempdir/debconf-questions.txt" debconf-get-selections --installer > "$tempdir/debconf-questions-di.txt" 2> /dev/null || true +dpkg-query -W -f='${Conffiles}\n' | grep obsolete$ > "$tempdir/cfg-obsolete.txt" 2> /dev/null || true + export LANG="$origlang" if [ -n "$targetdir" ]; then |