summarylogtreecommitdiffstats
path: root/peercoind-git.install
diff options
context:
space:
mode:
authorcimer2017-12-05 20:25:50 +0100
committercimer2017-12-05 20:25:50 +0100
commita41b7c6b3b3ab1c64d4ca1e2b116591aa04a6836 (patch)
tree20b8facaf7a820c18ac8f64b9e407b98c32e29af /peercoind-git.install
parent825162991f0851e0d154aaf5987d1c8d2d5a84fd (diff)
downloadaur-a41b7c6b3b3ab1c64d4ca1e2b116591aa04a6836.tar.gz
version update.
Diffstat (limited to 'peercoind-git.install')
-rw-r--r--peercoind-git.install2
1 files changed, 0 insertions, 2 deletions
diff --git a/peercoind-git.install b/peercoind-git.install
index 73564fecf543..27d14ea0d853 100644
--- a/peercoind-git.install
+++ b/peercoind-git.install
@@ -2,7 +2,6 @@ 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."
@@ -14,5 +13,4 @@ post_upgrade() {
post_remove() {
post_install $1
- rm /usr/bin/ppcoind
}