post_install() {
    chmod -R 777 /opt/mycroft-core/
}

post_upgrade() {
    chmod -R 777 /opt/mycroft-core/
}
