#!/bin/sh

set -e

#DEBHELPER#

# Remove old configuration file
if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt-nl "1.0.0-1"; then
    rm -f /etc/xdg/autostart/redhat-print-applet.desktop
fi

