#!/bin/sh

ldconfig

if [ ! -f /root/.phconfig ]
  then
    echo "Placing the copy of \".phconfig\" with default values to /root/ for daemon."
    cp /usr/share/libpeerhood/.phconfig /root/.
fi

exit 0
