Create postinst

This commit is contained in:
ferrreo 2023-06-30 11:12:04 +01:00 committed by GitHub
parent 5a2d0b625c
commit bb2ab4b29e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
debian/postinst vendored Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
set -e
rm /etc/systemd/system/display-manager.service
ln -s /lib/systemd/system/greetd.service /etc/systemd/system/display-manager.service