summarylogtreecommitdiffstats
path: root/electra-desktop-bin.install
diff options
context:
space:
mode:
Diffstat (limited to 'electra-desktop-bin.install')
-rw-r--r--electra-desktop-bin.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/electra-desktop-bin.install b/electra-desktop-bin.install
new file mode 100644
index 000000000000..234d84b7cf13
--- /dev/null
+++ b/electra-desktop-bin.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo "To enable syncing with the network, copy the supplied config file to ~/.Electra/";
+ echo "cp --parents /opt/electra-desktop/Electra.conf.example ~/.Electra/Electra.conf";
+}