#!/bin/sh

set -e

if [ "$1" = "remove" ]; then
	update-alternatives --remove unclutter /usr/bin/unclutter-xfixes
fi

#DEBHELPER#
