blob: 3243e3b3dc905d7916a698989d06fafe480a6aea (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install(){
# commands that must be run as root on the installation device
fusiondirectory-setup --update-cache --update-locales
fusiondirectory-setup --yes --check-directories
}
post_upgrade(){
post_install
}
|