#!/bin/sh

# Garbage collect the approx(8) cache

if [ -x /usr/sbin/approx-gc ]; then
    /usr/sbin/approx-gc --quiet
fi
