| Current Path : /proc/self/root/proc/8644/root/var/lib/dpkg/info/ | 
| Current File : //proc/self/root/proc/8644/root/var/lib/dpkg/info/console-tools.postrm | 
#! /bin/sh -e
# postrm - finish removal of the 'console-tools'-package
# FIXME try getting this inserted by debhelper
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
        . /usr/share/debconf/confmodule
        db_purge
fi
		
# Automatically added by dh_installinit
if [ "$1" = "purge" ] ; then
	update-rc.d console-screen.sh remove >/dev/null
fi
# End automatically added section