#!/bin/sh
# $Id: preinst,v 1.3 2003-02-25 20:59:26 robert Exp $

set -e

ldir="/usr/lib/cgi-bin/samba"
[ -L "$ldir" ] && rm -f "$ldir"

if [ "$1" = "reconfigure" ] || [ "$DEBCONF_RECONFIGURE" = "1" ] ; then
    exit 0
fi

#DEBHELPER#

exit 0
# vim: et ts=4
