#!/bin/sh
set -e

if [ -L /usr/doc/util-linux-locales ]; then
	rm -f /usr/doc/util-linux-locales
fi


