summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Rijpstra2018-05-17 10:38:31 +0200
committerThomas Rijpstra2018-05-17 10:38:31 +0200
commit78c0c7d8ad6851e3760e6362a534127424fdc259 (patch)
tree85be368c1853ba98eff8f17a3d585077c174af7b
parent144d1805ad76b500ccd62463d5c0b0e99aaeb5ff (diff)
downloadaur-78c0c7d8ad6851e3760e6362a534127424fdc259.tar.gz
Small update to wording of post_install to better reflect usage of supplied config
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--electra-desktop-bin.install3
3 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4d189e770d0..7cc8b2697dce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = electra-desktop-bin
pkgdesc = Cross-platform Desktop Wallet for Electra blockchain.
pkgver = 1.0.8
- pkgrel = 6
+ pkgrel = 7
url = https://electraproject.org/
install = electra-desktop-bin.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c69e919c85bf..5634e98521f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=electra-desktop-bin
_pkgname=electra-desktop
pkgver=1.0.8
-pkgrel=6
+pkgrel=7
pkgdesc='Cross-platform Desktop Wallet for Electra blockchain.'
arch=('x86_64')
url='https://electraproject.org/'
diff --git a/electra-desktop-bin.install b/electra-desktop-bin.install
index 9762ccb901e4..9401ef143275 100644
--- a/electra-desktop-bin.install
+++ b/electra-desktop-bin.install
@@ -1,10 +1,9 @@
post_install() {
echo -e "";
- echo -e " >> To enable syncing with the network, copy the supplied config file to ~/.Electra/";
+ echo -e " >> If you have trouble syncing, replace your config with the supplied config file in /opt/electra-desktop/Electra.conf.example";
echo -e "";
echo -e " >> Example:";
echo -e " >> --------";
- echo -e " >> mkdir ~/.Electra/";
echo -e " >> cp /opt/electra-desktop/Electra.conf.example ~/.Electra/Electra.conf";
echo -e "";
}