version bump
This commit is contained in:
parent
9f30cf5f64
commit
0a73b74ee0
2 changed files with 7 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
pogmom-sway-base (0.1.2) UNRELEASED; urgency=medium
|
||||
|
||||
* add --force flag to update-alternatives
|
||||
|
||||
-- Penelope Gwen <support@pogmom.me> Mon, 03 Jun 2024 16:13:32 -0600
|
||||
|
||||
pogmom-sway-base (0.1.1) unstable; urgency=medium
|
||||
|
||||
*
|
||||
|
|
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
mkdir -p /etc/greetd
|
||||
update-alternatives --install /etc/greetd/config.toml greetd /usr/share/greetd/pogmom/config.toml 30
|
||||
update-alternatives --install /etc/greetd/config.toml greetd /usr/share/greetd/pogmom/config.toml 30 --force
|
||||
|
|
Reference in a new issue