#!/bin/sh

#Remove any files from the old, real libdb.  It gets pulled in by
# installing python and perl, and for some reason, "upgrading" to
# this version of libdb5.1 doesn't get rid of the old files...
rm -f /usr/lib/*/libdb-*.so*
rm -f /usr/share/doc/libdb[0-9].*/*
rm -f /usr/share/lintian/overrides/libdb[0-9].*
