mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
15 lines
388 B
Plaintext
15 lines
388 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 kdm.service
|
|
systemctl enable ntpd.service
|
|
systemctl enable bluetooth.service
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|