summarylogtreecommitdiffstats
path: root/peercoind.install
diff options
context:
space:
mode:
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
-}