#!/bin/sh if [ -x "/usr/sbin/localepurge" -a -f "/etc/locale.nopurge" ] ; then localepurge || true fi exit 0