diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2010-10-17 05:12:03 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2010-10-17 05:12:03 +0000 |
commit | 7a0eed92fbc6400952003ea9ffe905627d9c3681 (patch) | |
tree | 0f3b5ee67f5d87848482b2c1472519a052136f2c /games-emulation/visualboyadvance | |
parent | Drop to ~mips (diff) | |
download | gentoo-2-7a0eed92fbc6400952003ea9ffe905627d9c3681.tar.gz gentoo-2-7a0eed92fbc6400952003ea9ffe905627d9c3681.tar.bz2 gentoo-2-7a0eed92fbc6400952003ea9ffe905627d9c3681.zip |
rm unused file
(Portage version: 2.2_rc97/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation/visualboyadvance')
-rw-r--r-- | games-emulation/visualboyadvance/files/visualboyadvance | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/games-emulation/visualboyadvance/files/visualboyadvance b/games-emulation/visualboyadvance/files/visualboyadvance deleted file mode 100644 index 6be625c924af..000000000000 --- a/games-emulation/visualboyadvance/files/visualboyadvance +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/visualboyadvance/files/visualboyadvance,v 1.5 2007/03/07 16:49:27 wolf31o2 Exp $ - -PN=VisualBoyAdvance -if ! [[ -d ~/.${PN}/save ]] ; then - mkdir -p ~/.${PN}/save - cd ~/.${PN} - ln -s `which ${PN}` . - cp /usr/share/games/${PN}/${PN}.cfg . - sed -i \ - -e "s:#saveDir.*:saveDir ${HOME}/.${PN}/save:" \ - -e "s:#captureDir.*:captureDir ${HOME}/.${PN}:" \ - -e "s:#batteryDir.*:batteryDir ${HOME}/.${PN}/save:" \ - ${PN}.cfg -fi - -cd ~/.${PN} -exec ./${PN} "$@" |