Haven't commited in ages, huh
This commit is contained in:
parent
994f7a4a23
commit
d7a8c55504
|
@ -1,6 +1,7 @@
|
|||
#!/bin/busybox ash
|
||||
case "$ACTION" in
|
||||
post)
|
||||
sed -i 's/SHELL=\/bin\/bash/SHELL=\/bin\/ash/' /etc/default/useradd
|
||||
# Check if busybox is in the system
|
||||
if command -v busybox >/dev/null 2>&1; then
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
pkgname=evolution-patches
|
||||
version=1.2
|
||||
revision=0
|
||||
revision=1
|
||||
build_style=meta
|
||||
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
|
||||
short_desc="Simple patches that enable an usable OS out of the box"
|
||||
license="GPL-3.0"
|
||||
homepage="https://hectabit.org/evolutionos/pkg"
|
||||
makedepends="busybox-evolution opendoas"
|
||||
depends="busybox-evolution opendoas zzz"
|
||||
depends="busybox-evolution opendoas zzz shadow"
|
||||
replaces="util-linux runit runit-void grep which gzip tar diffutils coreutils findutils xz wget sed gawk pciutils usbutils tree shadowfix"
|
||||
provides="awk-0_1"
|
||||
conf_files="/etc/doas.conf /etc/shadow"
|
||||
|
|
Reference in New Issue