#!/bin/sh if [ "$2" != "DEINSTALL" ]; then exit 0 fi # Remove database files created if the sample blacklists were # compiled. find %%EXAMPLESDIR%% -name '*.db' -delete exit 0