#!/bin/sh
# Arg: 1
# cherrypy - postinst
#!/bin/sh
if [ x"$D" != "x" ]; then
	exit 1
fi
#actions to cary out on device

if [ -d /usr/lib64 ]; then
   cd /usr/lib64/python2.7/site-packages
else
   cd /usr/lib/python2.7/site-packages
fi

echo "./CherryPy-3.7.0-py2.7.egg" > cherrypy.pth