diff options
author | Dave Reisner <d@falconindy.com> | 2011-03-17 10:47:04 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-17 10:05:33 -0500 |
commit | ff713a51bd2244df047fa686055fd945eece0b7e (patch) | |
tree | 91a91cc4563bd156a3a770785b14a69c3a4d49e5 /contrib/README | |
parent | 0da6c591c0c4a4a8649f1549d095baa74a4191d9 (diff) | |
download | pacman-ff713a51bd2244df047fa686055fd945eece0b7e.tar.xz |
remove antiquated contrib/wget-xdelta.sh
Support for this script was removed in makepkg by commit b4e1365. Delta
creation support has been provided by scripts/pkgdelta.
Signed-off-by: Dave Reisner <d@falconindy.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'contrib/README')
-rw-r--r-- | contrib/README | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/README b/contrib/README index 4f591012..04b656f3 100644 --- a/contrib/README +++ b/contrib/README @@ -28,6 +28,3 @@ database entries. Useful for reuse, or possible config file extension. vimprojects - a project file for the vim project plugin. -wget-xdelta.sh - A download script for pacman which allows binary deltas -generated with makepkg to be used instead of downloading full binary packages. -This should cut download sizes for some package upgrades significantly. |