#! /bin/sh

if [ "x$(dirname "$1")x" = "x/tmpx" ]; then
	rm -f "$1"
fi

