post_install() {
    /bin/echo "Don’t forget to add yourself to the 'plugdev' group in order to use ArgyllCMS."
}

post_upgrade() {
    post_install
}
