gnome-control-center/capplets/common/wrapper-script.in

10 lines
136 B
Text
Raw Normal View History

2001-10-01 14:15:20 +00:00
#!/bin/sh
if test "x$#" == "x0"
then
@BINDIR@/gnomecc --run-capplet @CAPPLET_NAME@
else
@BINDIR@/@CAPPLET_NAME@-control $@
fi