aboutsummaryrefslogtreecommitdiffstats
path: root/images/icons/make.sh
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-09-27 16:54:33 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-09-27 16:54:33 +0200
commite986fc3e301f2a0cfb3b975fe60974fc5dcfd76b (patch)
tree27fd8c5e4d63c8142710a172e7858d738190f6e4 /images/icons/make.sh
parent30df9abeac7c80a27f4727e29a1cad6b928edf4e (diff)
downloadvolse-hubzilla-e986fc3e301f2a0cfb3b975fe60974fc5dcfd76b.tar.gz
volse-hubzilla-e986fc3e301f2a0cfb3b975fe60974fc5dcfd76b.tar.bz2
volse-hubzilla-e986fc3e301f2a0cfb3b975fe60974fc5dcfd76b.zip
quattro: actions in wall_item
less html in conversation.php removed unused tpls fixed old themes
Diffstat (limited to 'images/icons/make.sh')
-rw-r--r--images/icons/make.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/images/icons/make.sh b/images/icons/make.sh
deleted file mode 100644
index 348117411..000000000
--- a/images/icons/make.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-sizes="10 16 22 48"
-
-for s in $sizes
-do
- echo "=[ ${s}x${s} ]===="
- [ -d $s ] || mkdir $s
- for f in *.png
- do
- convert $f -resize ${s}x${s} $s/$f
- echo -n "#"
- done
- echo
-done
-echo "Ok."