#!/bin/sh

set -e
if [ "$1" = "remove" ]; then
	update-alternatives --remove vendor-logos /usr/share/desktop-base/atzlinux-logos
fi

#DEBHELPER#
