#!/bin/sh

REGISTRY=/var/cache/gstreamer-0.8/registry.xml
test -f $PKG_INSTALL_ROOT$REGISTRY && \
touch $PKG_INSTALL_ROOT$REGISTRY
exit 0

