From e7bb0f8824a916c1537dd83735cd8aeccdcd0f3f Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sat, 2 Mar 2019 18:40:19 +1000 Subject: Make pacman forget deltas exist Dummy callbacks are still present to prevent compiler warnings until libalpm is delta free. Also remove Delta parsing from pacman.conf. Signed-off-by: Allan McRae --- etc/pacman.conf.in | 1 - 1 file changed, 1 deletion(-) (limited to 'etc') diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index 8e967fbb..7446944f 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -19,7 +19,6 @@ HoldPkg = pacman glibc #XferCommand = /usr/bin/curl -L -C - -f -o %o %u #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled -#UseDelta = 0.7 Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup -- cgit v1.2.3-54-g00ecf