Compare commits

...

2 commits
0.1.2 ... main

Author SHA1 Message Date
Penelope Gwen
499b3b5f13 correct update-alternatives 2024-06-27 03:46:37 -06:00
Penelope Gwen
59479a5207 corrected sway-run install path 2024-06-03 16:26:57 -06:00
4 changed files with 16 additions and 2 deletions

14
debian/changelog vendored
View file

@ -1,4 +1,16 @@
pogmom-sway-base (0.1.2) UNRELEASED; urgency=medium pogmom-sway-base (0.1.4) unstable; urgency=medium
* correctly link /etc/greetd/environments
-- Penelope Gwen <support@pogmom.me> Thu, 27 Jun 2024 03:44:54 -0600
pogmom-sway-base (0.1.3) unstable; urgency=medium
* fixed file path for sway-run
-- Penelope Gwen <support@pogmom.me> Mon, 03 Jun 2024 16:26:18 -0600
pogmom-sway-base (0.1.2) unstable; urgency=medium
* add --force flag to update-alternatives * add --force flag to update-alternatives

2
debian/install vendored
View file

@ -1,2 +1,2 @@
greetd/* usr/share/greetd/pogmom/ greetd/* usr/share/greetd/pogmom/
sway-run /usr/bin/sway-run sway-run /usr/bin/

1
debian/postinst vendored
View file

@ -2,3 +2,4 @@
mkdir -p /etc/greetd 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/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

1
debian/postrm vendored
View file

@ -1,3 +1,4 @@
#!/bin/bash #!/bin/bash
update-alternatives --remove greetd /usr/share/greetd/pogmom/config.toml update-alternatives --remove greetd /usr/share/greetd/pogmom/config.toml
update-alternatives --remove greetd_envs /usr/share/greetd/pogmom/environments