summarylogtreecommitdiffstats
path: root/peercoin.install
diff options
context:
space:
mode:
Diffstat (limited to 'peercoin.install')
-rw-r--r--peercoin.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/peercoin.install b/peercoin.install
index 368f6396aae6..ebfad360448c 100644
--- a/peercoin.install
+++ b/peercoin.install
@@ -4,7 +4,7 @@ post_install() {
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."
+ echo "If you are having troubles with blockchain download, just backup wallet.dat, remove .ppcoin directory and start over."
}
post_upgrade() {
@@ -13,5 +13,5 @@ post_upgrade() {
post_remove() {
post_install $1
- rm /usr/bin/ppcoind
+ rm /usr/bin/peercoind
}