diff --git a/make/project.conf b/make/project.conf index 012e8d0b..0244f69e 100644 --- a/make/project.conf +++ b/make/project.conf @@ -34,7 +34,22 @@ release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-c [pkg.requires.yocto] run = python3-core -build = coreutils-native +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