#!/bin/sh
# Arg: 1
# routes - 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 "./Routes-2.1-py2.7.egg-info" > routes.pth
echo "./routes" > routes.pth