#!/bin/bash -e

source /usr/share/common-install-function-ddebs/common-install-function

domain=cannonfodder2fr-by-sensible-amiga-whd

APP_FULLNAME=" Cannon Fodder 2 FR"
APP_COPYRIGHT="Sensible"
APP_DESC="Game by Sensible,released in 1994"

NSH_SetInstallPath "amigagame"

function prerun()
{
	NSH_CreateWHDSaves
	NSH_ExtractDH1
}

function postrun()
{
	NSH_RemoveDH1
}

source /usr/share/common-install-function-ddebs/endscript_amiga
