Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/datafiles/prvicons.sh')
-rwxr-xr-xrelease/datafiles/prvicons.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/release/datafiles/prvicons.sh b/release/datafiles/prvicons.sh
deleted file mode 100755
index 95546ff0a4a..00000000000
--- a/release/datafiles/prvicons.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-# This script updates icons from the SVG file
-
-BASEDIR=$(dirname "$0")
-
-inkscape "$BASEDIR/prvicons.svg" --without-gui --export-png="$BASEDIR/prvicons.png"
-