mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/wget: remofe post-deinstall script
apk uses libfetch nowdays so we dont need the post-deinstall any more.
This commit is contained in:
parent
401bc15a8f
commit
da36eda5c4
@ -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
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# apk uses wget so we must restore the busybox wget symlink early
|
||||
exec /bin/busybox --install -s
|
||||
Loading…
x
Reference in New Issue
Block a user