0.2
This commit is contained in:
parent
a2d31cc879
commit
c96f207f1a
8 changed files with 23 additions and 2 deletions
2
1
2
1
|
@ -1,2 +0,0 @@
|
|||
Command 'hyfetch' not found, but can be installed with:
|
||||
sudo apt install hyfetch
|
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
|||
pogmom-apps (0.2) unstable; urgency=medium
|
||||
|
||||
* added ufw
|
||||
* automatically handle adding and removing ufw rules
|
||||
|
||||
-- Penelope Gwen <support@pogmom.me> Tue, 10 Dec 2024 12:34:53 -0800
|
||||
|
||||
pogmom-apps (0.1.5) unstable; urgency=medium
|
||||
|
||||
* re-added dolphin, removed pcmanfm-qt
|
||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -34,6 +34,7 @@ Depends:
|
|||
syncthing-gtk,
|
||||
thunderbird,
|
||||
timeshift,
|
||||
ufw,
|
||||
virt-manager,
|
||||
xournalpp
|
||||
Description: Recommended desktop packages
|
||||
|
|
1
debian/install
vendored
Normal file
1
debian/install
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
ufw/* /etc/ufw/applications.d/
|
3
debian/postinst
vendored
Normal file
3
debian/postinst
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
ufw allow kdeconnect
|
4
debian/postrm
vendored
Normal file
4
debian/postrm
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
update-alternatives --remove greetd /usr/share/greetd/pogmom/config.toml
|
||||
update-alternatives --remove greetd_envs /usr/share/greetd/pogmom/environments
|
3
debian/prerm
vendored
Normal file
3
debian/prerm
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
ufw delete allow kdeconnect
|
4
ufw/kdeconnect
Normal file
4
ufw/kdeconnect
Normal file
|
@ -0,0 +1,4 @@
|
|||
[KDEConnect]
|
||||
title=KDE Connect
|
||||
description=connect smartphones to your desktop devices
|
||||
ports=1714:1764/udp|1714:1764/tcp
|
Loading…
Add table
Reference in a new issue