From 1572eb2d478343d44fa1795dd4f581f61134d045 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 28 Jun 2011 20:13:21 +0000 Subject: main/wireshark: remove libtool archives --- main/wireshark/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main/wireshark') diff --git a/main/wireshark/APKBUILD b/main/wireshark/APKBUILD index 822ad35959..9e9940e6f3 100644 --- a/main/wireshark/APKBUILD +++ b/main/wireshark/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=wireshark pkgver=1.6.0 -pkgrel=0 +pkgrel=1 pkgdesc="network protocol analyzer - GTK version" url="http://www.wireshark.org" arch="all" @@ -50,6 +50,7 @@ package() { "$pkgdir"/usr/share/icons/wireshark.png install -Dm644 "$srcdir"/wireshark.desktop \ "$pkgdir"/usr/share/applications/wireshark.desktop + find "$pkgdir" -name '*.la' -delete } common() { -- cgit v1.2.3