Added missing wrapper-script.in

This commit is contained in:
Bradford Hovinen (Gdict maintainer) 2001-10-01 14:15:20 +00:00
parent e505e72510
commit 6c64f8853e

View file

@ -0,0 +1,9 @@
#!/bin/sh
if test "x$#" == "x0"
then
@BINDIR@/gnomecc --run-capplet @CAPPLET_NAME@
else
@BINDIR@/@CAPPLET_NAME@-control $@
fi