summaryrefslogtreecommitdiffstats
path: root/meta-demoapps/recipes-sato/clipboard-manager/files/script.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-demoapps/recipes-sato/clipboard-manager/files/script.patch')
-rw-r--r--meta-demoapps/recipes-sato/clipboard-manager/files/script.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/meta-demoapps/recipes-sato/clipboard-manager/files/script.patch b/meta-demoapps/recipes-sato/clipboard-manager/files/script.patch
deleted file mode 100644
index bdab05a930..0000000000
--- a/meta-demoapps/recipes-sato/clipboard-manager/files/script.patch
+++ /dev/null
@@ -1,41 +0,0 @@
1Upstream-Status: Inappropriate [disable feature]
2
3Index: 0.6.4/clipboard.sh
4===================================================================
5--- 0.6.4.orig/clipboard.sh 2007-06-28 12:23:37.000000000 +0100
6+++ 0.6.4/clipboard.sh 2007-06-28 14:27:39.000000000 +0100
7@@ -1,33 +1,2 @@
8 #!/bin/sh
9-# Clipboard persistence manager startup script
10-
11-if [ "x$AF_PIDDIR" = "x" ]; then
12- echo "$0: Error, AF_PIDDIR is not defined"
13- exit 2
14-fi
15-if [ "x$LAUNCHWRAPPER_NICE_TRYRESTART" = "x" ]; then
16- echo "$0: Error, LAUNCHWRAPPER_NICE_TRYRESTART is not defined"
17- exit 2
18-fi
19-if [ ! -w $AF_PIDDIR ]; then
20- echo "$0: Error, directory $AF_PIDDIR is not writable"
21- exit 2
22-fi
23-PROG=/usr/bin/clipboard-manager
24-SVC="clipboard-manager"
25-
26-case "$1" in
27-start) START=TRUE
28- ;;
29-stop) START=FALSE
30- ;;
31-*) echo "Usage: $0 {start|stop}"
32- exit 1
33- ;;
34-esac
35-
36-if [ $START = TRUE ]; then
37- source $LAUNCHWRAPPER_NICE_TRYRESTART start "$SVC" $PROG
38-else
39- source $LAUNCHWRAPPER_NICE_TRYRESTART stop "$SVC" $PROG
40-fi
41+/usr/bin/clipboard-manager &