Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37852377
en ru br
ALT Linux repos
S:1.53-alt2

Group :: Games/Arcade
RPM: gish

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/sh

GDIR="@GHOME@"
GSHARE="@GSHARE@"

test -d "$GDIR" || {
test -d "$GSHARE" || {
gxmessage "You must install your copy of GISH files into $GSHARE or $GDIR"
exit 1; }
cp -rs "$GSHARE" "$GDIR"
chmod -R +wX "$GDIR" 2>/dev/null
rm "$GDIR"/* 2>/dev/null
}
cd "$GDIR"
$0.bin "$@"
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin