#!/bin/sh -e # cleanup of html dirs in lib area (versions prior to 2.7.0) [ -d /usr/lib/exmh/html/ ] && rm -r /usr/lib/exmh/html/ || exit 0