summaryrefslogtreecommitdiff
path: root/meta/packages/eee-acpi-scripts/files/remove-doc-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/eee-acpi-scripts/files/remove-doc-check.patch')
-rw-r--r--meta/packages/eee-acpi-scripts/files/remove-doc-check.patch60
1 files changed, 0 insertions, 60 deletions
diff --git a/meta/packages/eee-acpi-scripts/files/remove-doc-check.patch b/meta/packages/eee-acpi-scripts/files/remove-doc-check.patch
deleted file mode 100644
index 8f6c4fcaa..000000000
--- a/meta/packages/eee-acpi-scripts/files/remove-doc-check.patch
+++ /dev/null
@@ -1,60 +0,0 @@
----
- actions/hotkey.sh | 3 ---
- actions/suspend.sh | 3 ---
- actions/vga-toggle.sh | 3 ---
- actions/volume.sh | 3 ---
- 4 files changed, 12 deletions(-)
-
-Index: git/actions/hotkey.sh
-===================================================================
---- git.orig/actions/hotkey.sh 2008-09-25 11:00:58.000000000 +0200
-+++ git/actions/hotkey.sh 2008-09-25 11:01:04.000000000 +0200
-@@ -1,8 +1,5 @@
- #!/bin/sh
-
--# do nothing if package is removed
--[ -d /usr/share/doc/eeepc-acpi-scripts ] || exit 0
--
- . /etc/default/eeepc-acpi-scripts
- . /usr/share/eeepc-acpi-scripts/functions.sh
- . /etc/acpi/lib/notify.sh
-Index: git/actions/suspend.sh
-===================================================================
---- git.orig/actions/suspend.sh 2008-09-25 11:00:32.000000000 +0200
-+++ git/actions/suspend.sh 2008-09-25 11:00:37.000000000 +0200
-@@ -1,8 +1,5 @@
- #!/bin/sh
-
--# do nothing if package is removed
--[ -d /usr/share/doc/eeepc-acpi-scripts ] || exit 0
--
- if (runlevel | grep -q [06]) || (pidof '/sbin/shutdown' > /dev/null); then
- exit 0
- fi
-Index: git/actions/vga-toggle.sh
-===================================================================
---- git.orig/actions/vga-toggle.sh 2008-09-25 11:02:00.000000000 +0200
-+++ git/actions/vga-toggle.sh 2008-09-25 11:02:06.000000000 +0200
-@@ -1,8 +1,5 @@
- #!/bin/sh
-
--# do nothing if package is removed
--[ -d /usr/share/doc/eeepc-acpi-scripts ] || exit 0
--
- . /etc/default/eeepc-acpi-scripts
-
- # return: 0 on disconnect, 1 on connected vga, 2 else
-Index: git/actions/volume.sh
-===================================================================
---- git.orig/actions/volume.sh 2008-09-25 11:02:13.000000000 +0200
-+++ git/actions/volume.sh 2008-09-25 11:02:19.000000000 +0200
-@@ -2,9 +2,6 @@
-
- # Volume controls
-
--# do nothing if package is removed
--[ -d /usr/share/doc/eeepc-acpi-scripts ] || exit 0
--
- . /etc/default/eeepc-acpi-scripts
- . /usr/share/eeepc-acpi-scripts/functions.sh
- . /etc/acpi/lib/notify.sh