Your IP : 216.73.216.155


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

case "$1" in
	remove)
		test -x `which defoma-app` && \
			defoma-app purge #PACKAGE#
		;;
esac