summarylogtreecommitdiffstats
path: root/peerunityd.install
blob: ed4e1a3fed5cc771e2cb4ab85c7f368731ca9152 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}