#!/bin/sh
# Copyright (C) 2009  Raphael Bossek <bossekr@debian.org>

set -e

if test -d "$BUGZILLA_ETCDIR"/skins; then
	cp -a "$BUGZILLA_ETCDIR"/skins "$BUGZILLA_WEBDIR" || true
fi

exit 0
