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