repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vuls: init at 0.27.0 (#348530)
[NixPkgs.git]
/
pkgs
/
by-name
/
hy
/
hylafaxplus
/
post-install-check.sh
blob
2850738edcccee061a20e17ae48cd05b95104293
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"