summaryrefslogtreecommitdiff
path: root/pcr/etckeeper/etckeeper-pacman.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/etckeeper/etckeeper-pacman.patch')
-rw-r--r--pcr/etckeeper/etckeeper-pacman.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/pcr/etckeeper/etckeeper-pacman.patch b/pcr/etckeeper/etckeeper-pacman.patch
deleted file mode 100644
index 1fb4acb62..000000000
--- a/pcr/etckeeper/etckeeper-pacman.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- list-installed.d/50list-installed.orig 2012-10-21 23:45:30.000000000 -0400
-+++ list-installed.d/50list-installed 2012-10-21 23:45:39.000000000 -0400
-@@ -7,4 +7,6 @@
- egrep '(ok installed|ok config-files)' | cut -f2,3
- elif [ "$LOWLEVEL_PACKAGE_MANAGER" = rpm ]; then
- rpm -qa --qf "%|epoch?{%{epoch}}:{0}|:%{name}-%{version}-%{release}.%{arch}\n" | sort
-+elif [ "$LOWLEVEL_PACKAGE_MANAGER" = pacman ]; then
-+ { pacman -Qd|sed 's/.*/& (dep)/'; pacman -Qe|sed 's/.*/& (explicit)/'; } |sort
- fi