core/chakra-init-live/chakra-init-live.install
AlmAck b2353f7eef chakra-init-live 2018.08
fix udisks service name
2018-08-21 23:15:36 +02:00

22 lines
564 B
Plaintext

post_install() {
echo "Enabling systemd services"
systemctl enable upower.service
systemctl enable udisks2.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
systemctl enable live.service
}
post_upgrade() {
post_install
}
pre_remove() {
echo "Disabling systemd service"
systemctl disable live.service
}