summarylogtreecommitdiffstats
path: root/peerunityd.install
diff options
context:
space:
mode:
Diffstat (limited to 'peerunityd.install')
-rw-r--r--peerunityd.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/peerunityd.install b/peerunityd.install
new file mode 100644
index 000000000000..ed4e1a3fed5c
--- /dev/null
+++ b/peerunityd.install
@@ -0,0 +1,14 @@
+post_install() {
+ systemctl daemon-reload
+
+ 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() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}