main/wget: remofe post-deinstall script

apk uses libfetch nowdays so we dont need the post-deinstall any more.
This commit is contained in:
Natanael Copa 2015-07-09 12:08:27 +00:00
parent 401bc15a8f
commit da36eda5c4
2 changed files with 2 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=wget
pkgver=1.16.3
pkgrel=0
pkgrel=1
pkgdesc="A network utility to retrieve files from the Web"
url="http://www.gnu.org/software/wget/wget.html"
arch="all"
@ -10,7 +10,7 @@ license="GPL3+"
depends=""
makedepends="openssl-dev perl"
subpackages="$pkgname-doc"
install="wget.post-deinstall"
install=""
source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver

View File

@ -1,4 +0,0 @@
#!/bin/sh
# apk uses wget so we must restore the busybox wget symlink early
exec /bin/busybox --install -s