summarylogtreecommitdiffstats
path: root/peercoin.install
diff options
context:
space:
mode:
authorcimer2016-03-10 20:47:54 +0100
committercimer2016-03-10 20:47:54 +0100
commit5c5eccdf98a6704df8af75b0f9ac8eedede0b7e1 (patch)
tree657c2a83a27673398f792290f9523bcce4f04ada /peercoin.install
parenta30a41475f1f7eb707940bac770938d790af7283 (diff)
downloadaur-5c5eccdf98a6704df8af75b0f9ac8eedede0b7e1.tar.gz
rename of ppcoind package, various fixes and improvements
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
}