-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/share/debhelper/autoscripts/
File Upload :
Current File : //usr/share/debhelper/autoscripts/postinst-moveconffile

if [ "$1" = configure ]; then
	if [ -e "#OLD#" ]; then
		echo "Preserving user changes to #NEW# ..."
		if [ -e "#NEW#" ]; then
			mv -f "#NEW#" "#NEW#.dpkg-new"
		fi
		mv -f "#OLD#" "#NEW#"
	fi
fi

Copyright © 2017 || Recoded By Mr.Bumblebee