diff options
author | Allan McRae <allan@archlinux.org> | 2019-03-02 18:40:19 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-03-07 11:12:12 +1000 |
commit | e7bb0f8824a916c1537dd83735cd8aeccdcd0f3f (patch) | |
tree | b989bc225af94613c4eab48c58b9a1c8242806e8 /etc | |
parent | 40391c564a97b10362ee7cbcf07faac03549d2ca (diff) | |
download | pacman-e7bb0f8824a916c1537dd83735cd8aeccdcd0f3f.tar.xz |
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 <allan@archlinux.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pacman.conf.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 |