Skip to content

Instantly share code, notes, and snippets.

@veox
Last active December 19, 2015 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veox/5866043 to your computer and use it in GitHub Desktop.
Save veox/5866043 to your computer and use it in GitHub Desktop.
litecoin-qt.install for 0.6.9.2
post_install() {
update-desktop-database -q
/usr/bin/cat << EOF
0.6.9.2 is a transition package. It is recommended to manually specify
one or two nodes that use 0.6.9.2 in the config file. Connecting only to
older nodes may fail to propagate transactions.
More information:
https://forum.litecoin.net/index.php/topic,4615.msg33170.html
EOF
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment