~corey.bryant/ubuntu/wily/python-pyscss/thedac

1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = "configure" ] ; then
	update-alternatives --install /usr/bin/pyscss pyscss /usr/bin/python2-pyscss 300
fi

#DEBHELPER#

exit 0