From 1ead0f5dfb48039f8e69f10c9702f848d4762ffc Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 8 Apr 2014 19:09:16 +0200 Subject: Adding (possibly not needed) pacman helper scripts --- bin/pacman-disowned | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 bin/pacman-disowned (limited to 'bin/pacman-disowned') diff --git a/bin/pacman-disowned b/bin/pacman-disowned new file mode 100755 index 0000000..df1b5da --- /dev/null +++ b/bin/pacman-disowned @@ -0,0 +1,16 @@ +#!/bin/sh + +tmp=${TMPDIR-/tmp}/pacman-disowned-$UID-$$ +db=$tmp/db +fs=$tmp/fs + +mkdir "$tmp" +trap 'rm -rf "$tmp"' EXIT + +pacman -Qlq | sort -u > "$db" + +find /bin /etc /lib /sbin /usr \ + ! -name lost+found \ + \( -type d -printf '%p/\n' -o -print \) | sort > "$fs" + +comm -23 "$fs" "$db" -- cgit v1.2.3-70-g09d2