Added missing wrapper-script.in
This commit is contained in:
parent
e505e72510
commit
6c64f8853e
1 changed files with 9 additions and 0 deletions
9
capplets/common/wrapper-script.in
Normal file
9
capplets/common/wrapper-script.in
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
if test "x$#" == "x0"
|
||||
then
|
||||
@BINDIR@/gnomecc --run-capplet @CAPPLET_NAME@
|
||||
else
|
||||
@BINDIR@/@CAPPLET_NAME@-control $@
|
||||
fi
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue