/usr/games/wesnoth-1.10-smallgui is in wesnoth-1.10-core 1:1.10.7-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | #!/bin/sh
# generic wesnoth-smallgui script
# copyright 2009 by Gerfried Fuchs <rhonda@debian.at>
# Licenced under WTFPLv2
cmd=$(basename $0)
nosmall=$(echo $0 | sed -e s/-smallgui$//)
echo "$cmd is deprecated -- please use $nosmall --smallgui directly!"
$nosmall --smallgui $*
|