create greetd dir in case it doesnt exist
This commit is contained in:
parent
3df945b702
commit
4273f85fcc
1 changed files with 1 additions and 0 deletions
1
debian/postinst
vendored
1
debian/postinst
vendored
|
@ -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
|
||||
|
|
Reference in a new issue