Your IP : 216.73.216.95


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/mlocate.postrm

#! /bin/sh

set -e

if [ "$1" = "purge" ]; then
    rm -rf "/var/lib/mlocate"
    dpkg-statoverride --remove /usr/bin/mlocate || test $? -eq 2
fi