- now installs to /usr by default - now installs systemd service files by default - added -systemd subpkg to handle service files [ci:skip-build]: already built successfully in CI
6 lines
186 B
Bash
6 lines
186 B
Bash
#!/bin/sh
|
|
|
|
. /usr/lib/systemd/systemd-apk-macros.sh
|
|
systemd_service_pre_deinstall system swclock-offset-boot.service
|
|
systemd_service_pre_deinstall system swclock-offset-shutdown.service
|