diff options
Diffstat (limited to 'testing/source/vtown/kde/pre-install/README')
-rw-r--r-- | testing/source/vtown/kde/pre-install/README | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/testing/source/vtown/kde/pre-install/README b/testing/source/vtown/kde/pre-install/README deleted file mode 100644 index 2478e45f..00000000 --- a/testing/source/vtown/kde/pre-install/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 - |