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

source "$PLAYONLINUX/lib/sources"


rm "$REPERTOIRE/plugins/World Of Warcraft Updater" -r 2> /dev/null
cp "$REPERTOIRE/tmp/pkg/plugin" "$REPERTOIRE/plugins/World Of Warcraft Updater" -r
touch "$REPERTOIRE/plugins/World Of Warcraft Updater/enabled" # Enable the plugin
