This repository has been archived on 2024-07-26. You can view files and clone it, but cannot push or open issues or pull requests.
tuigreet/debian/postinst

6 lines
150 B
Plaintext
Raw Normal View History

2023-06-30 12:12:04 +02:00
#!/bin/sh
set -e
rm /etc/systemd/system/display-manager.service
ln -s /lib/systemd/system/greetd.service /etc/systemd/system/display-manager.service