#!/bin/sh

set -e 

if [ "$1" = purge ]; then
    rm -rf /etc/smb2www
fi

#DEBHELPER#

exit 0

# vim: et ts=4
