diff --git a/debian/changelog b/debian/changelog index 2b2c3b5..5cbe99f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,10 @@ -pogmom-sway-base (0.1.3) UNRELEASED; urgency=medium +pogmom-sway-base (0.1.4) unstable; urgency=medium + + * correctly link /etc/greetd/environments + + -- Penelope Gwen Thu, 27 Jun 2024 03:44:54 -0600 + +pogmom-sway-base (0.1.3) unstable; urgency=medium * fixed file path for sway-run diff --git a/debian/postinst b/debian/postinst index d38d5b2..3a33bea 100644 --- a/debian/postinst +++ b/debian/postinst @@ -2,3 +2,4 @@ mkdir -p /etc/greetd update-alternatives --install /etc/greetd/config.toml greetd /usr/share/greetd/pogmom/config.toml 30 --force +update-alternatives --install /etc/greetd/environments greetd_envs /usr/share/greetd/pogmom/environments 30 --force diff --git a/debian/postrm b/debian/postrm index 1b4c991..e319502 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,3 +1,4 @@ #!/bin/bash update-alternatives --remove greetd /usr/share/greetd/pogmom/config.toml +update-alternatives --remove greetd_envs /usr/share/greetd/pogmom/environments