summarylogtreecommitdiffstats
path: root/peercoind.install
diff options
context:
space:
mode:
authorClaudio Kozický2020-11-04 17:07:21 +0100
committerClaudio Kozický2020-11-04 17:07:21 +0100
commitaf4c3181f5a11c410498e63c416952a6b1926b8d (patch)
tree59d26e23f169e82e07319ef28119d41d5608dbf2 /peercoind.install
parent5486a17119278eae6eb09dd3535932036010187c (diff)
downloadaur-af4c3181f5a11c410498e63c416952a6b1926b8d.tar.gz
Update to 0.9.0
Diffstat (limited to 'peercoind.install')
-rw-r--r--peercoind.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/peercoind.install b/peercoind.install
deleted file mode 100644
index 73564fecf543..000000000000
--- a/peercoind.install
+++ /dev/null
@@ -1,18 +0,0 @@
-post_install() {
- update-desktop-database -q
- systemctl daemon-reload
- # ln to old name to keep compatibility
- 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."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
- rm /usr/bin/ppcoind
-}