#!/bin/sh

if [[ -x /usr/bin/emacs-ppc || -x /usr/bin/emacs-i386 ]]; then
	rm -f /usr/bin/emacs-{ppc,i386}
	/usr/libexec/dumpemacs
fi

exit 0
