#!/bin/sh set -e if [ "$1" = 'purge' ]; then if [ -x '/usr/bin/ucf' ]; then ucf --purge /etc/s5.conf fi fi #DEBHELPER#