#!/bin/sh

DBPATH=/var/lib/slocate/
SLOCATE=/usr/bin/slocate

if [ "$1" = remove -a -d $DBPATH ]
then
	rm -f $DBPATH/*
fi

#DEBHELPER#
