diff --git a/1 b/1 deleted file mode 100644 index b7c7b14..0000000 --- a/1 +++ /dev/null @@ -1,2 +0,0 @@ -Command 'hyfetch' not found, but can be installed with: -sudo apt install hyfetch diff --git a/debian/changelog b/debian/changelog index ff72440..c04475e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pogmom-apps (0.2) unstable; urgency=medium + + * added ufw + * automatically handle adding and removing ufw rules + + -- Penelope Gwen Tue, 10 Dec 2024 12:34:53 -0800 + pogmom-apps (0.1.5) unstable; urgency=medium * re-added dolphin, removed pcmanfm-qt diff --git a/debian/control b/debian/control index b61e324..018db31 100644 --- a/debian/control +++ b/debian/control @@ -34,6 +34,7 @@ Depends: syncthing-gtk, thunderbird, timeshift, + ufw, virt-manager, xournalpp Description: Recommended desktop packages diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..42177f8 --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +ufw/* /etc/ufw/applications.d/ diff --git a/debian/postinst b/debian/postinst new file mode 100644 index 0000000..7c6bb3a --- /dev/null +++ b/debian/postinst @@ -0,0 +1,3 @@ +#!/bin/bash + +ufw allow kdeconnect diff --git a/debian/postrm b/debian/postrm new file mode 100644 index 0000000..e319502 --- /dev/null +++ b/debian/postrm @@ -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 diff --git a/debian/prerm b/debian/prerm new file mode 100644 index 0000000..c507fcf --- /dev/null +++ b/debian/prerm @@ -0,0 +1,3 @@ +#!/bin/bash + +ufw delete allow kdeconnect diff --git a/ufw/kdeconnect b/ufw/kdeconnect new file mode 100644 index 0000000..f1c21e5 --- /dev/null +++ b/ufw/kdeconnect @@ -0,0 +1,4 @@ +[KDEConnect] +title=KDE Connect +description=connect smartphones to your desktop devices +ports=1714:1764/udp|1714:1764/tcp