#!/bin/sh

set -e
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ]; then
        update-alternatives --install /usr/share/images/vendor-logos vendor-logos /usr/share/desktop-base/atzlinux-logos 60
fi

#DEBHELPER#
