mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 23:44:38 +08:00
16 lines
431 B
Plaintext
16 lines
431 B
Plaintext
post_install() {
|
|
echo "Enabling systemd services"
|
|
systemctl enable upower.service
|
|
systemctl enable udisks.service
|
|
systemctl enable avahi-daemon.service
|
|
systemctl enable NetworkManager.service
|
|
systemctl enable sddm.service
|
|
systemctl enable ntpd.service
|
|
systemctl enable bluetooth.service
|
|
systemctl enable org.cups.cupsd
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|