From 4273f85fcc9487f93642691c5da48d28d1483db3 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Mon, 3 Jun 2024 15:58:58 -0600 Subject: [PATCH] create greetd dir in case it doesnt exist --- debian/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/postinst b/debian/postinst index 4e84274..b7406af 100644 --- a/debian/postinst +++ b/debian/postinst @@ -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