#!/bin/sh
# Arg: 1
# simplejson - 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 "./simplejson-3.6.5-py2.7-linux-x86_64.egg" > simplejson.pth