aboutsummaryrefslogtreecommitdiffstats
path: root/main/wireshark/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/wireshark/APKBUILD')
-rw-r--r--main/wireshark/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/wireshark/APKBUILD b/main/wireshark/APKBUILD
index fdbb01d358..bc4acc4583 100644
--- a/main/wireshark/APKBUILD
+++ b/main/wireshark/APKBUILD
@@ -50,7 +50,6 @@ build() {
package() {
cd "$_builddir"
make -j1 DESTDIR="$pkgdir" install install_desktop_files || return 1
- find "$pkgdir" -name '*.la' -delete
}
common() {