summaryrefslogtreecommitdiff
path: root/extra/xfce4-diskperf-plugin/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-03-05 11:09:00 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-03-05 11:09:00 +0100
commit3102f9442e58825b35e36e995f71c2aa5c12dd39 (patch)
treefea0e44716b989bf41629bee13a716597b8e451f /extra/xfce4-diskperf-plugin/PKGBUILD
parent0ba154f94fcc4956303b45ef2734176a12553623 (diff)
downloadpackages-3102f9442e58825b35e36e995f71c2aa5c12dd39.tar.xz
extra/xfce4-diskperf-plugin: removed unneded patch
Diffstat (limited to 'extra/xfce4-diskperf-plugin/PKGBUILD')
-rw-r--r--extra/xfce4-diskperf-plugin/PKGBUILD11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/xfce4-diskperf-plugin/PKGBUILD b/extra/xfce4-diskperf-plugin/PKGBUILD
deleted file mode 100644
index 74532d0b..00000000
--- a/extra/xfce4-diskperf-plugin/PKGBUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-# see https://bugs.archlinux.org/task/60632
-eval "$(
- {
- declare -f prepare || \
- printf 'prepare() {\n}\n'
- } \
- | sed '
- $ i cd "$srcdir/$pkgname-$pkgver"\
- sed -i '"'"'/#include <sys\/types.h>/ a #include <sys\/sysmacros.h>/'"'"' panel-plugin/devperf.c
- '
-)"