summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/pkg.c')
-rw-r--r--libopkg/pkg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libopkg/pkg.c b/libopkg/pkg.c
index 265f554..d8c3984 100644
--- a/libopkg/pkg.c
+++ b/libopkg/pkg.c
@@ -1254,8 +1254,6 @@ pkg_run_script(pkg_t *pkg, const char *script, const char *args)
if (conf->noaction)
return 0;
- /* XXX: FEATURE: When conf->offline_root is set, we should run the
- maintainer script within a chroot environment. */
if (conf->offline_root && !conf->force_postinstall) {
opkg_msg(INFO, "Offline root mode: not running %s.%s.\n",
pkg->name, script);