#!/bin/sh

if [ "x$1" = "xpurge" -o -L /etc/localtime ]; then
	rm -f /etc/localtime /usr/share/zoneinfo/localtime
fi

