summaryrefslogtreecommitdiffstats
path: root/testing/source/vtown/kde/patch/README
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/vtown/kde/patch/README')
-rw-r--r--testing/source/vtown/kde/patch/README18
1 files changed, 0 insertions, 18 deletions
diff --git a/testing/source/vtown/kde/patch/README b/testing/source/vtown/kde/patch/README
deleted file mode 100644
index 2478e45f9..000000000
--- a/testing/source/vtown/kde/patch/README
+++ /dev/null
@@ -1,18 +0,0 @@
-
-IMPORTANT!
-
-To fail/exit a script, use this:
-
-[command that fails] || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
-
-DO NOT USE THIS:
-
-[command that fails] || exit 1
-
-as it will cause the parent script to exit in the wrong location and possibly
-silently skip building some packages.
-
-Thanks,
-
-The Management
-