Your IP : 216.73.216.155


Current Path : /usr/share/debhelper/autoscripts/
Upload File :
Current File : //usr/share/debhelper/autoscripts/prerm-defoma-hints

FILE='/etc/defoma/hints/#PACKAGE#.hints'
if [ "$1" = remove ]; then
	if [ -x "`which defoma-font 2>/dev/null`" ]; then
		defoma-font purge-all $FILE
	fi
fi