From 6c64f8853eb0e7450a626d56c367553f6cb08fd6 Mon Sep 17 00:00:00 2001 From: "Bradford Hovinen (Gdict maintainer)" Date: Mon, 1 Oct 2001 14:15:20 +0000 Subject: [PATCH] Added missing wrapper-script.in --- capplets/common/wrapper-script.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 capplets/common/wrapper-script.in diff --git a/capplets/common/wrapper-script.in b/capplets/common/wrapper-script.in new file mode 100644 index 000000000..c28048d75 --- /dev/null +++ b/capplets/common/wrapper-script.in @@ -0,0 +1,9 @@ +#!/bin/sh + +if test "x$#" == "x0" +then + @BINDIR@/gnomecc --run-capplet @CAPPLET_NAME@ +else + @BINDIR@/@CAPPLET_NAME@-control $@ +fi +