#! /bin/sh

# Copyright 2007 Johannes Lehtinen
# This script is free software; Johannes Lehtinen gives unlimited
# permission to copy, distribute and modify it.

prefix="/usr"
exec_prefix="${prefix}"
exec "${exec_prefix}/bin/cpluff-loader" -c "${prefix}/lib/i386-linux-gnu/cpfile/plugins" -s org.c-pluff.examples.cpfile.core "$@"
