Subversion Repositories My Stuff

Compare Revisions

Ignore whitespace Rev 7 → Rev 8

/trunk/Bash/kde-icon.sh
17,10 → 17,10
ICON=gentoo-start-icon.svg
RESOLUTION=(16x16 22x22 32x32 48x48 64x64 128x128 256x256)
URL="http://gentoo-art.org/CONTENT/content-files/117383-gentoo-start-icon.svg"
WGET=`/usr/bin/wget`
MV=`/bin/mv`
CP=`/bin/cp`
RM=`/bin/rm`
WGET="/usr/bin/wget"
MV="/bin/mv"
CP="/bin/cp"
RM="/bin/rm"
 
if [ "${1}" = "global" ]; then
PATH="/usr/share/icons/"