default_install &&

local sampledir="${INSTALL_ROOT}/usr/share/${SPELL}/examples" &&

if [ ! -d "${sampledir}" ]; then
  install -vm 755 -d "${sampledir}"
fi &&

install -vm 644 "newsyslog.conf.sample" "${sampledir}" &&

install_config_file "newsyslog.conf.sample" \
                    "${INSTALL_ROOT}/etc/newsyslog.conf"
