#!/bin/sh

set -e

if [ "$1" = "configure" ]; then
  ldconfig
fi

#Remove files of broken release (stunnel 4.x in stunnel package)
#rm -f /etc/init.d/stunnel
#rm -f /etc/default/stunnel
#rm -f /etc/rc0.d/K20stunnel /etc/rc1.d/K20stunnel	\
#      /etc/rc2.d/S20stunnel /etc/rc3.d/S20stunnel	\
#      /etc/rc4.d/S20stunnel /etc/rc5.d/S20stunnel	\
#      /etc/rc6.d/K20stunnel

#DEBHELPER#

