void-packages/srcpkgs/dovecot/dovecot-plugin-ldap.template
2013-01-07 22:11:34 +01:00

15 lines
459 B
Plaintext

# Template file for 'dovecot-plugin-ldap'.
#
depends="dovecot>=${version}"
short_desc="${short_desc} - LDAP plugin"
conf_files="/etc/dovecot/conf.d/auth-ldap.conf.ext"
do_install() {
vmove usr/lib/dovecot/modules/auth/libauthdb_ldap.so \
usr/lib/dovecot/modules/auth
vmove usr/share/doc/dovecot/example-config/conf.d/auth-ldap.conf.ext \
usr/share/doc/dovecot/example-config/conf.d
vmove etc/dovecot/conf.d/auth-ldap.conf.ext \
etc/dovecot/conf.d
}