post_install() {
	cat <<EOM

:: For users of the KeePassXC browser plugin, note that the keepassxc package should
   be removed prior to running ChiPass for the first time in order for the path to
   the ChiPass-proxy binary to be automatically updated (in place of the
   keepassxc-proxy one) in the related native messaging hosts file. This is required
   for the KeePassXC browser plugin to work properly with ChiPass.

   Alternatively, you can update the path yourself manually by editing the
   org.keepassxc.keepassxc_browser.json file and replacing the binary path line from

   "path": "/usr/bin/keepassxc-proxy",

   to

   "path": "/usr/bin/ChiPass-proxy",

EOM
}
