From da36eda5c489eb2a3a617ceb746de459552e5fc4 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 9 Jul 2015 12:08:27 +0000 Subject: main/wget: remofe post-deinstall script apk uses libfetch nowdays so we dont need the post-deinstall any more. --- main/wget/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/wget/APKBUILD') 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 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 -- cgit v1.2.3