summarylogtreecommitdiffstats
path: root/peerunity-qt.install
blob: 6dc4404191c2f41a0e1dd9687da29c2571b46d25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
    update-desktop-database -q
    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
}