#!/bin/sh

if [ -e "$3/var/run/DoNotInstall" ]; then
	rm -f "$3/var/run/DoNotInstall"
fi

