My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/servers/hylafaxplus/post-install-check.sh

7 lines
211 B

# check if the package contains all the files needed
for x in faxq faxquit hfaxd faxcron faxqclean faxgetty
do
test -x "$out/spool/bin/$x"
done
test -d "$out/spool/config"
test -f "$out/spool/etc/setup.cache"