From 933a93e4a71591e867182999a7daf8ae3bad5596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 15 Feb 2013 12:34:32 +0100 Subject: Major overhaul: Support non-wine games * Moved wine support to own template * Added xpad template * Added no-x template for games that don't support being started on another X. * Improved ways template functions work together: - EXPORT now appends - OVERRIDE replaces all the others - in game: command 'super' to call the phases of the templates - super supports "-r tpl" to remove the phase function of tpl --- templates/cdemu | 3 --- 1 file changed, 3 deletions(-) (limited to 'templates/cdemu') diff --git a/templates/cdemu b/templates/cdemu index f6690a8..f532106 100644 --- a/templates/cdemu +++ b/templates/cdemu @@ -4,8 +4,6 @@ _cdemu_dev () { } cdemu_prepare () { - default_prepare - declare -g MOUNT CDEMU_NO [[ $MOUNT != /* ]] && MOUNT="$HOME/isos/spiele/$MOUNT" @@ -16,7 +14,6 @@ cdemu_prepare () { } cdemu_cleanup () { - default_cleanup exc umount $(_cdemu_dev) exc cdemu unload $CDEMU_NO } -- cgit v1.2.3