#!/bin/sh

#dpidrc is needed for ssl-connections
#for some reason global settings are not read
mkdir -p /home/user/.dillo/
cp /etc/dillo/dpidrc /home/user/.dillo/

#should still belong to the user
chown -R user /home/user/.dillo

#These are optified, but must be in path
ln -s /opt/dillo/bin/dpid /usr/bin/
ln -s /opt/dillo/bin/dpic /usr/bin/

exit 0
