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
2023-06-30 11:12:04 +01:00

6 lines
150 B
Bash

#!/bin/sh
set -e
rm /etc/systemd/system/display-manager.service
ln -s /lib/systemd/system/greetd.service /etc/systemd/system/display-manager.service