nettee: remove broken shell scripts

+5
+5
pkgs/by-name/ne/nettee/package.nix
··· 19 19 20 20 nativeBuildInputs = [ cmake ]; 21 21 22 + # additional shell scripts require accudate (not in nixpkgs) 23 + postInstall = '' 24 + rm $out/bin/*.sh 25 + ''; 26 + 22 27 nativeInstallCheckInputs = [ 23 28 versionCheckHook 24 29 ];