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

github.com/mumble-voip/mumble-iphoneos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xScripts/icons-svg2pdf.bash7
1 files changed, 0 insertions, 7 deletions
diff --git a/Scripts/icons-svg2pdf.bash b/Scripts/icons-svg2pdf.bash
deleted file mode 100755
index 5d20a9b..0000000
--- a/Scripts/icons-svg2pdf.bash
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-#
-# Convert svg icons to pdf for use on the iPhone
-#
-for i in `ls ./icons/svg/*.svg`; do
- svg2pdf $i > icons/`basename ${i%.svg}.pdf`
-done