vuls: init at 0.27.0 (#348530)
[NixPkgs.git] / pkgs / by-name / hy / hylafaxplus / post-install-check.sh
blob2850738edcccee061a20e17ae48cd05b95104293
1 # check if the package contains all the files needed
2 for x in faxq faxquit hfaxd faxcron faxqclean faxgetty
3 do
4 test -x "$out/spool/bin/$x"
5 done
6 test -d "$out/spool/config"
7 test -f "$out/spool/etc/setup.cache"