Last active
December 19, 2015 00:00
-
-
Save veox/5866043 to your computer and use it in GitHub Desktop.
litecoin-qt.install for 0.6.9.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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