create greetd dir in case it doesnt exist

This commit is contained in:
Penelope Gwen 2024-06-03 15:58:58 -06:00
parent 3df945b702
commit 4273f85fcc

1
debian/postinst vendored
View file

@ -1,3 +1,4 @@
#!/bin/bash
mkdir -p /etc/greetd
update-alternatives --install /etc/greetd/config.toml greetd /usr/share/greetd/pogmom/config.toml 30