Your IP : 216.73.216.95


Current Path : /usr/share/debhelper/autoscripts/
Upload File :
Current File : //usr/share/debhelper/autoscripts/postrm-ucf

if [ "$1" = "purge" ]; then
	for ext in .ucf-new .ucf-old .ucf-dist ""; do
		rm -f "#UCFDEST#$ext"
	done
	
	if [ -x "`which ucf 2>/dev/null`" ]; then
		ucf --purge "#UCFDEST#"
	fi
	if [ -x "`which ucfr 2>/dev/null`" ]; then
		ucfr --purge #PACKAGE# "#UCFDEST#"
	fi
fi