#!/sbin/sh
MODPATH=$3
unzip -o "$2" -d "$MODPATH"
set_metadata_recursive "$MODPATH" 0 0 0755 0644
exit 0
