rfdump: move icon to spec-compliant location (#495031)

This commit is contained in:
dish
2026-03-01 17:53:26 +00:00
committed by GitHub
+5
View File
@@ -65,6 +65,11 @@ stdenv.mkDerivation (finalAttrs: {
makeFlags = [ "LIBS=-lexpat" ];
postInstall = ''
install -D $out/share/pixmaps/rfdump.png -t $out/share/icons/hicolor/128x128/apps
rm -r $out/share/pixmaps
'';
meta = {
description = "Tool to detect RFID-Tags and show their meta information";
homepage = "https://www.rfdump.org/";