#!/bin/sh # Ensure this is deleted. May be left behind by mistake from old # upgrade. # set -e rm -rf /usr/share/doc/console-tools-libs # Automatically added by dh_installinit if [ -x "/etc/init.d/console-screen.sh" ]; then update-rc.d console-screen.sh start 48 S . >/dev/null invoke-rc.d console-screen.sh start || exit $? fi # End automatically added section