File: repack.local

package info (click to toggle)
vine 5.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 360 kB
  • sloc: python: 874; makefile: 314; sh: 63
file content (12 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (3)
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 imagemagick 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