Renamed smiley conversion script (more descriptive); fixed +x on cli-core.php (both rpmlint warnings, thanks Neal)
authorDan
Sun, 26 Apr 2009 08:03:42 -0400
changeset 944 073a42e4177f
parent 943 6eab82abc952
child 945 c19242d13a49
Renamed smiley conversion script (more descriptive); fixed +x on cli-core.php (both rpmlint warnings, thanks Neal)
images/smilies/convert.sh
images/smilies/render-smilies.sh
install/includes/cli-core.php
--- a/images/smilies/convert.sh	Sun Apr 19 20:50:38 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-#!/bin/bash
-for f in *.svg; do
-    echo Converting $f
-    fname=`echo $f | cut -d '.' -f 1`
-    rm -f $fname.png
-    inkscape -z -f $f -w 22 -h 22 -e ./$fname.png
-done
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/images/smilies/render-smilies.sh	Sun Apr 26 08:03:42 2009 -0400
@@ -0,0 +1,7 @@
+#!/bin/bash
+for f in *.svg; do
+    echo Converting $f
+    fname=`echo $f | cut -d '.' -f 1`
+    rm -f $fname.png
+    inkscape -z -f $f -w 22 -h 22 -e ./$fname.png
+done