#!/bin/bash # wrapper script to distribute the kadc.ini to the users ~/.pqiPGPrc/ if [ ! -d $HOME/.pqiPGPrc/ ] ; then mkdir $HOME/.pqiPGPrc/ cp /usr/share/retroshare/kadc.ini $HOME/.pqiPGPrc/ fi /usr/bin/RetroShare