#!/bin/sh

set -e

# Automatically added by dh_makeshlibs
if [ "$1" = "configure" ]; then
	ldconfig
fi
# End automatically added section


case "$1" in
    configure)
	# Install alternatives
	update-alternatives --install /etc/newt/palette newt-palette /etc/newt/palette.ubuntu 50
	update-alternatives --install /etc/newt/palette newt-palette /etc/newt/palette.original 20
        ;;
esac
