Haven't commited in ages, huh

This commit is contained in:
Tracker-Friendly 2023-11-13 22:52:31 +00:00
parent 994f7a4a23
commit d7a8c55504
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
#!/bin/busybox ash #!/bin/busybox ash
case "$ACTION" in case "$ACTION" in
post) post)
sed -i 's/SHELL=\/bin\/bash/SHELL=\/bin\/ash/' /etc/default/useradd
# Check if busybox is in the system # Check if busybox is in the system
if command -v busybox >/dev/null 2>&1; then if command -v busybox >/dev/null 2>&1; then

View File

@ -1,13 +1,13 @@
pkgname=evolution-patches pkgname=evolution-patches
version=1.2 version=1.2
revision=0 revision=1
build_style=meta build_style=meta
maintainer="Tracker-Friendly <jliwin98@danwin1210.de>" maintainer="Tracker-Friendly <jliwin98@danwin1210.de>"
short_desc="Simple patches that enable an usable OS out of the box" short_desc="Simple patches that enable an usable OS out of the box"
license="GPL-3.0" license="GPL-3.0"
homepage="https://hectabit.org/evolutionos/pkg" homepage="https://hectabit.org/evolutionos/pkg"
makedepends="busybox-evolution opendoas" 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" 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" provides="awk-0_1"
conf_files="/etc/doas.conf /etc/shadow" conf_files="/etc/doas.conf /etc/shadow"