summaryrefslogtreecommitdiff
path: root/extra/xfce4-diskperf-plugin/PKGBUILD
diff options
context:
space:
mode:
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
- '
-)"