#!/bin/sh

set -e

# Remove shutdown and reboot links; this init script does not need them.
if dpkg --compare-versions "$2" lt "0.1-17ubuntu1"; then
	rm -f /etc/rc0.d/K20hotkey-setup /etc/rc6.d/K20hotkey-setup
fi

#DEBHELPER#
