File: repack.local

package info (click to toggle)
vine 1.1.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 340 kB
  • sloc: python: 1,072; makefile: 202; sh: 63
file content (12 lines) | stat: -rw-r--r-- 401 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

if [ ! -f /usr/bin/convert ]
then
	echo "This repack script requires the convert program."
	echo "Please install the graphicsmagick-imagemagick-compat package and try again."
	exit 1
fi

rm -rf vine.egg-info/
convert -verbose -strip ./docs/images/celery_128.png +profile "icc" ./docs/images/celery_128.png
convert -verbose ./docs/images/favicon.ico +profile "icc" ./docs/images/favicon.ico