#!/bin/sh

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

#file should still belong to the user
chown user /home/user/.dillo/dpidrc

#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
