summarylogtreecommitdiffstats
path: root/electra-desktop-bin.install
blob: 9401ef1432754c81a48e27cc944477763b3f535b (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo -e "";
    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 "    >> cp /opt/electra-desktop/Electra.conf.example ~/.Electra/Electra.conf";
    echo -e "";
}