#!/bin/bash
# "mozgest-0.3.5.1"  
xpi_list=("checky-1.5" "ctxextensions_en-3.0.2003041602" "diggler-0.5" "livehttpheaders-0.5" "mnenhy-0.1.5" "moztweak-1.2" "preferential-0.5" "tabextensions_en-1.7.2003050201" "urnsupport_en-1.0.2003031501")

xpi_path=~/Downloadz/_Mozilla/_applications/

for i in `seq 0 $((${#xpi_list[*]}-1))`; do
  xpi_list[$i]=$xpi_path${xpi_list[i]}
done
 
dir=`dirname $0 2> /dev/null`
${dir:-.}/linux-setup-have-plugins-modi "$*" ${xpi_list[*]} -T '- /home/pelinux/.kde/share/fonts/TrueType'
