Your IP : 216.73.216.170


Current Path : /proc/8644/root/proc/self/root/var/lib/dpkg/info/
Upload File :
Current File : //proc/8644/root/proc/self/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