diff --git a/make/project.conf b/make/project.conf index 9084d5ef..08e36ab6 100644 --- a/make/project.conf +++ b/make/project.conf @@ -53,21 +53,3 @@ release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-c [pkg.requires.yocto] run = python3-core build = coreutils-native, xdg-utils-native - -[pkg.run.pre.yocto] -case "$1" in -0) - ;; -1) - groupadd www - useradd -G www wwwrun - ;; -*) - ;; -esac - -[pkg.run.post] -rm -f /usr/bin/jcs - -[pkg.run.postun] -rm -f /usr/bin/jcs