; This is Installer© script for the Aberdeen Font.
; Tupelo Font - Copyright ©1994 David W. Ferguson.  Fully distributable.

(set @default-dest "Fonts:")

(copyfiles
	(prompt "\nCopying Aberdeen font to Fonts:.")
	(help @copyfiles-help)
	(source ":Fonts")
	(dest "Fonts:")
   (all)
   (infos)
   (confirm)
)

(exit)
