post_install() {
  update-desktop-database -q
  printf "$ecdsa\n"
}

post_upgrade() {
  post_install
}

post_remove() {
  update-desktop-database -q
}

read -d '' ecdsa <<"EOF"
Welcome to https://www.electrum-lite.org

Support to Electrum Lite development:
LUX43tbAPqF1U14Ajpmz4XGPxVHnpzbZ9G

Electrum Lite is free software; you may
operate your own Electrum Lite server.
See https://www.electrum-lite.org
EOF
