#! /bin/sh
# postinst script for straw

# Remove the old compiled Python code. It's now in /usr/lib.
if [ -d /usr/share/straw/straw ] ; then
    rm -f /usr/share/straw/straw/*.py[co]
    rmdir /usr/share/straw/straw
fi

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.
#DEBHELPER#

exit 0
