#!/bin/sh
set -e
if [ remove = "$1" ]; then
	cp /etc/init.d/rc /var/backups/rc.file
	/usr/lib/file-rc/rcfile2link.sh
fi

#DEBHELPER#
