abinfo "Installing /etc/autofs/auto.master.d ..."
install -dvm755 "$PKGDIR"/etc/autofs/auto.master.d
cp -v "$SRCDIR"/samples/auto.* \
    "$PKGDIR"/etc/autofs
cp -v "$SRCDIR"/samples/*.conf \
    "$PKGDIR"/etc/autofs
cp -v "$SRCDIR"/samples/autofs.conf.default \
    "$PKGDIR"/etc/autofs/autofs.conf


abinfo "Installing systemd units ..."
install -dvm755 "$PKGDIR"/usr/lib/systemd/system
cp -v "$SRCDIR"/samples/*.service \
    "$PKGDIR"/usr/lib/systemd/system
