aboutsummaryrefslogtreecommitdiffstats
path: root/main/wget
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-07-09 12:08:27 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-07-09 12:08:27 +0000
commitda36eda5c489eb2a3a617ceb746de459552e5fc4 (patch)
tree69f7ee872e62d55b26a2163fe80e29e263484d56 /main/wget
parent401bc15a8f7c492321211021cb9c0ebb50facdcd (diff)
downloadaports-da36eda5c489eb2a3a617ceb746de459552e5fc4.tar.bz2
aports-da36eda5c489eb2a3a617ceb746de459552e5fc4.tar.xz
main/wget: remofe post-deinstall script
apk uses libfetch nowdays so we dont need the post-deinstall any more.
Diffstat (limited to 'main/wget')
-rw-r--r--main/wget/APKBUILD4
-rw-r--r--main/wget/wget.post-deinstall4
2 files changed, 2 insertions, 6 deletions
diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD
index 320273372b..10e9b4e6f6 100644
--- a/main/wget/APKBUILD
+++ b/main/wget/APKBUILD
@@ -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
diff --git a/main/wget/wget.post-deinstall b/main/wget/wget.post-deinstall
deleted file mode 100644
index 05456cda65..0000000000
--- a/main/wget/wget.post-deinstall
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-# apk uses wget so we must restore the busybox wget symlink early
-exec /bin/busybox --install -s