#!/bin/sh set -e if [ "$1" = "remove" ] ; then update-alternatives --remove lesscpy /usr/bin/python2-lesscpy fi #DEBHELPER# exit 0