mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@742 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f3d9b16620
commit
09a17cdecc
5 changed files with 49 additions and 0 deletions
15
build_scripts/debian/usr/bin/retroshare
Executable file
15
build_scripts/debian/usr/bin/retroshare
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ ! -d "$HOME/.pqiPGPrc" ] ; then
|
||||
mkdir "$HOME/.pqiPGPrc"
|
||||
fi
|
||||
|
||||
# Now RS use OpenDHT
|
||||
# It is posible, that the User has a .pqi configuration, but no kadc.ini
|
||||
#if [ -e "$HOME/.pqiPGPrc/kadc.ini" ] ; then
|
||||
# echo -n ""
|
||||
#else
|
||||
# cp /usr/share/retroshare/kadc.ini "$HOME/.pqiPGPrc/"
|
||||
#fi
|
||||
|
||||
/usr/bin/RetroShare
|
Loading…
Add table
Add a link
Reference in a new issue