summarylogtreecommitdiffstats
path: root/peercoin-qt.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 /peercoin-qt.install
parent5486a17119278eae6eb09dd3535932036010187c (diff)
downloadaur-af4c3181f5a11c410498e63c416952a6b1926b8d.tar.gz
Update to 0.9.0
Diffstat (limited to 'peercoin-qt.install')
-rw-r--r--peercoin-qt.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/peercoin-qt.install b/peercoin-qt.install
deleted file mode 100644
index 8361a4c3ab2f..000000000000
--- a/peercoin-qt.install
+++ /dev/null
@@ -1,18 +0,0 @@
-post_install() {
- update-desktop-database -q
- systemctl daemon-reload
- # ln to keep compatibility
- ln -s /usr/bin/peercoin-qt /usr/bin/ppcoin-qt
-
- 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/ppcoin-qt
-}