#!/bin/sh
if [ "$2" != "DEINSTALL" ]; then
    exit 0
fi

rm -fr ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/sessions/*
