git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@742 b45a01b8-16f6-495d-af2f-9b41ad6348cc

This commit is contained in:
notdefine 2008-10-06 22:02:19 +00:00
parent f3d9b16620
commit 09a17cdecc
5 changed files with 49 additions and 0 deletions

View file

@ -0,0 +1 @@

View 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

View file

@ -0,0 +1 @@