summaryrefslogtreecommitdiff
path: root/yum-etckeeper/list-installed.d/60list-installed
diff options
context:
space:
mode:
Diffstat (limited to 'yum-etckeeper/list-installed.d/60list-installed')
-rwxr-xr-xyum-etckeeper/list-installed.d/60list-installed7
1 files changed, 0 insertions, 7 deletions
diff --git a/yum-etckeeper/list-installed.d/60list-installed b/yum-etckeeper/list-installed.d/60list-installed
deleted file mode 100755
index aac39ea..0000000
--- a/yum-etckeeper/list-installed.d/60list-installed
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-# Output to stdout a *sorted* list of all currently installed
-# (or removed but still with config-files) packages, in the
-# format "package version\n".
-if [ "$LOWLEVEL_PACKAGE_MANAGER" = rpm ]; then
- rpm -qa --queryformat "%{name} %{version} %{arch}\n" | sort
-fi