saunafs: create link for mount.saunafs

Required for mount -t saunafs to work

Changed files
+2
pkgs
by-name
sa
saunafs
+2
pkgs/by-name/sa/saunafs/package.nix
···
postInstall = lib.optionalString (!stdenv.hostPlatform.isStatic) ''
rm $out/lib/*.a
'';
meta = with lib; {
···
postInstall = lib.optionalString (!stdenv.hostPlatform.isStatic) ''
rm $out/lib/*.a
+
+
ln -s $out/bin/sfsmount $out/bin/mount.saunafs
'';
meta = with lib; {