#!/bin/bash
if [ "$PLAYONLINUX" = "" ]; then
	exit 0
fi

source "$PLAYONLINUX/lib/sources"


rm "$REPERTOIRE/plugins/Script Creator" -r 2> /dev/null
cp "$REPERTOIRE/tmp/pkg/plugin" "$REPERTOIRE/plugins/Script Creator" -r
