post_install(){
fusiondirectory-setup --update-cache --update-localescat<<INFOTo complete the installation process, run the following command to update your LDAP schemas sudo find /etc/openldap/schema/fusiondirectory -type f -exec fusiondirectory-insert-schema -i {} \;INFO}
post_upgrade(){
post_install
}
post_remove(){
fusiondirectory-setup --update-cache --update-locales}