summarylogtreecommitdiffstats
path: root/peercoin.install
diff options
context:
space:
mode:
Diffstat (limited to 'peercoin.install')
-rw-r--r--peercoin.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/peercoin.install b/peercoin.install
index f98ba7338938..14c87b4b8185 100644
--- a/peercoin.install
+++ b/peercoin.install
@@ -1,5 +1,10 @@
post_install() {
update-desktop-database -q
+
+ ln -s /usr/bin/peercoind /usr/bin/ppcoind
+
+ echo ""
+ echo "If you are having troubles with blockchain download, just backup wallet.dat, remove .ppcoin directory and start over. This is caused by incompatibility of libdb++ versions."
}
post_upgrade() {
@@ -8,4 +13,5 @@ post_upgrade() {
post_remove() {
post_install $1
+ rm /usr/bin/ppcoind
}