project.conf: Remove nonsensical maintainer scripts

Remove maintainer scripts that are long since obsolete.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-03-06 09:04:58 +01:00
commit 43464786dc

View file

@ -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