From 43464786dc80aa3e6dc33fdcc75d4cdf258a78ce Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Fri, 6 Mar 2026 09:04:58 +0100 Subject: [PATCH] project.conf: Remove nonsensical maintainer scripts Remove maintainer scripts that are long since obsolete. Signed-off-by: Jan Lindemann --- make/project.conf | 18 ------------------ 1 file changed, 18 deletions(-) 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