summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-05 12:24:39 (EST)
committer P. J. McDermott <pjm@nac.net>2014-03-05 12:24:39 (EST)
commit3dee1e45010e01041ffc7e02287f708c1f314d00 (patch)
treefafdf8c65111fd875cd3fe5c42821444dedea403 /lib
parentcd2dd44244a3fb05df6f83a468476ac271915575 (diff)
ob_get_system_path(): Drop "build-helper".
Diffstat (limited to 'lib')
-rw-r--r--lib/metadata/proteanos.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/metadata/proteanos.sh b/lib/metadata/proteanos.sh
index 2f7ba17..82713f1 100644
--- a/lib/metadata/proteanos.sh
+++ b/lib/metadata/proteanos.sh
@@ -160,21 +160,6 @@ _ob_get_system_path_proteanos()
return 125
fi
;;
- 'build-helper')
- # helper_package
- if [ ${#} -eq 1 ]; then
- case "${1}" in
- 'opkhelper-3.0')
- printf '%s' '@@OPKHELPER_3_0@@'
- ;;
- *)
- return 1
- ;;
- esac
- else
- return 125
- fi
- ;;
esac
return 0