post_install() {
cat << EOF
  -->
  -->  You must load 'fuse' module to properly use acetoneiso2
  -->
EOF
}

post_upgrade() {
    post_install $*
}
