summarylogtreecommitdiffstats
path: root/fusiondirectory-plugins.install
blob: c30a8fcec46682beaa6867a9cec8872cb8c1677c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
post_install(){
 fusiondirectory-setup --update-cache --update-locales
 cat <<INFO

To 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
}