mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 09:13:37 +02:00
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:
parent
aedae29db5
commit
43464786dc
1 changed files with 0 additions and 18 deletions
|
|
@ -53,21 +53,3 @@ release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-c
|
||||||
[pkg.requires.yocto]
|
[pkg.requires.yocto]
|
||||||
run = python3-core
|
run = python3-core
|
||||||
build = coreutils-native, xdg-utils-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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue