#!/bin/sh

if [ ! -d /var/lib/locate ]; then
  mkdir -p /var/lib/locate
fi
