summaryrefslogtreecommitdiffstats
path: root/bin/pacman-dump
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pacman-dump')
-rwxr-xr-xbin/pacman-dump6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/pacman-dump b/bin/pacman-dump
deleted file mode 100755
index b32ed16..0000000
--- a/bin/pacman-dump
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-set -eu
-set -o pipefail
-
-echo base-devel
-comm -23 <(pacman -Qeq | sort) <(pacman -Qgq base-devel | sort)