post_install() {
cat << EOF
If you encounter scaling issues, try the following:
  $ QT_AUTO_SCREEN_SCALE_FACTOR=0 enpass
EOF
}

post_upgrade() {
    post_install
}
