Argh, forgot these ones too...

This commit is contained in:
Michael Natterer 2001-02-13 21:16:47 +00:00
parent d1d900319e
commit a16b420306
6 changed files with 0 additions and 14 deletions

View File

@ -24,8 +24,6 @@ cp $3/gtkrc_user $2/gtkrc
echo "mkdir $2/brushes"
mkdir $2/brushes
echo "mkdir $2/generated_brushes"
mkdir $2/generated_brushes
echo "mkdir $2/gradients"
mkdir $2/gradients
echo "mkdir $2/palettes"

View File

@ -5,7 +5,6 @@ copy %3\gimprc_user %2\gimprc
copy %3\unitrc %2\unitrc
copy %3\gtkrc_user %2\gtkrc
mkdir %2\brushes
mkdir %2\generated_brushes
mkdir %2\gradients
mkdir %2\palettes
mkdir %2\patterns

View File

@ -36,10 +36,6 @@
# brushes at startup.
(brush-path "${gimp_dir}/brushes:${gimp_data_dir}/brushes")
# Set the generated brush search path...this path will be searched for valid
# generated brushes at startup.
(brush-vbr-path "${gimp_dir}/generated_brushes")
# Specify a default brush. If none is specified it defaults to the
# "1circle.gbr" brush which is just a single pixel sized brush.
# The brush is searched for in the brush path.

View File

@ -36,10 +36,6 @@
# brushes at startup.
(brush-path "${gimp_dir}/brushes:${gimp_data_dir}/brushes")
# Set the generated brush search path...this path will be searched for valid
# generated brushes at startup.
(brush-vbr-path "${gimp_dir}/generated_brushes")
# Specify a default brush. If none is specified it defaults to the
# "1circle.gbr" brush which is just a single pixel sized brush.
# The brush is searched for in the brush path.

View File

@ -24,8 +24,6 @@ cp $3/gtkrc_user $2/gtkrc
echo "mkdir $2/brushes"
mkdir $2/brushes
echo "mkdir $2/generated_brushes"
mkdir $2/generated_brushes
echo "mkdir $2/gradients"
mkdir $2/gradients
echo "mkdir $2/palettes"

View File

@ -5,7 +5,6 @@ copy %3\gimprc_user %2\gimprc
copy %3\unitrc %2\unitrc
copy %3\gtkrc_user %2\gtkrc
mkdir %2\brushes
mkdir %2\generated_brushes
mkdir %2\gradients
mkdir %2\palettes
mkdir %2\patterns