mirror of https://github.com/GNOME/gimp.git
Argh, forgot these ones too...
This commit is contained in:
parent
d1d900319e
commit
a16b420306
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue