slackbuilds_ponce/system/kegs/xkegs.sh
B. Watson 6b6c8ec350 system/kegs: Added (Kent's Emulated GS)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2011-08-23 08:55:48 -03:00

15 lines
451 B
Bash

#!/bin/sh
# Wrapper script for xkegs, part of SlackBuilds.org kegs package
# By B. Watson
# xkegs is smart enough to read its conf file from ~/.config.kegs, but
# it will choke if the file's not found. Also, it's smart enough to
# read it from /usr/share/kegs/config.kegs, but it'll freeze if
# it doesn't have write permission!
if [ ! -e ~/.config.kegs ]; then
cat /usr/share/kegs/config.kegs.default > ~/.config.kegs
fi
exec /usr/libexec/xkegs