post_install(){
 cat <<INFO

 The default login credentials for the web interface are:

    username: admin
    password:                               (no password)

INFO
 chown motion:motion /etc/motioneye/motioneye.conf
 chown motion:motion /etc/motioneye
}

post_upgrade() {
 chown motion:motion /etc/motioneye/motioneye.conf
 chown motion:motion /etc/motioneye
}
