mkdir -pv "$PKGDIR"/usr/lib/systemd/system-preset

abinfo "Writing 70-aosc-os-gnome.preset ..."
cat > "$PKGDIR"/usr/lib/systemd/system-preset/70-aosc-os-gnome.preset << EOF
## 70-aosc-os-gnome.preset
## Systemd unit preset for AOSC OS GNOME distributions.

# GDM
enable gdm.service

# HTTPD for GNOME User Share
enable httpd.socket
EOF
