--- PKGBUILD.orig 2012-07-25 11:59:03.496895868 +0200 +++ PKGBUILD 2012-07-25 12:00:14.096982802 +0200 @@ -63,5 +63,8 @@ for d in 16 32 48; do install -Dm644 image/hi${d}-app-wireshark.png "${pkgdir}/usr/share/icons/hicolor/${d}x${d}/apps/wireshark.png" done + for d in 16 24 32 48 64 128 256 ; do + install -Dm644 image/WiresharkDoc-${d}.png "${pkgdir}/usr/share/icons/hicolor/${d}x${d}/mimetypes/application-vnd.tcpdump.pcap.png" + done install -Dm644 wireshark.desktop "${pkgdir}/usr/share/applications/wireshark.desktop" }