Subversion Repositories My Stuff

Rev

Rev 6 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 7
Line 15... Line 15...
15
#######################################################################
15
#######################################################################
16
16
17
ICON=gentoo-start-icon.svg
17
ICON=gentoo-start-icon.svg
18
RESOLUTION=(16x16 22x22 32x32 48x48 64x64 128x128 256x256)
18
RESOLUTION=(16x16 22x22 32x32 48x48 64x64 128x128 256x256)
19
URL="http://gentoo-art.org/CONTENT/content-files/117383-gentoo-start-icon.svg"
19
URL="http://gentoo-art.org/CONTENT/content-files/117383-gentoo-start-icon.svg"
20
WGET=/usr/bin/wget
-
 
21
MV=/bin/mv
-
 
22
CP=/bin/cp
-
 
23
RM=/bin/rm
-
 
-
 
20
WGET=`/usr/bin/wget`
-
 
21
MV=`/bin/mv`
-
 
22
CP=`/bin/cp`
-
 
23
RM=`/bin/rm`
24
24
25
if [ "${1}" = "global" ]; then
25
if [ "${1}" = "global" ]; then
26
        PATH="/usr/share/icons/"       
26
        PATH="/usr/share/icons/"       
27
elif [ "${1}" = "local" ]; then
27
elif [ "${1}" = "local" ]; then
28
        PATH=`echo ~/.kde4/share/icons/`
28
        PATH=`echo ~/.kde4/share/icons/`