From 7d167c231a3a2f7c977355bd6a6b1debf673974a Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Tue, 27 Jun 2023 09:48:49 +0300 Subject: [PATCH] Fix for ISOs --- ananicy-rules/debian/changelog | 2 +- ananicy-rules/debian/control | 1 + ananicy-rules/debian/postinst | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ananicy-rules/debian/changelog b/ananicy-rules/debian/changelog index dfa6ca7..f5d386d 100644 --- a/ananicy-rules/debian/changelog +++ b/ananicy-rules/debian/changelog @@ -1,4 +1,4 @@ -ananicy-rules (1.0.0-99pika2) lunar; urgency=medium +ananicy-rules (1.0.0-99pika3) lunar; urgency=medium * Initial release two - Return of the release diff --git a/ananicy-rules/debian/control b/ananicy-rules/debian/control index 8d3ed6e..509a711 100644 --- a/ananicy-rules/debian/control +++ b/ananicy-rules/debian/control @@ -8,6 +8,7 @@ Rules-Requires-Root: no Package: ananicy-rules Architecture: linux-any +Pre-Depends: ananicy-cpp Depends: ${misc:Depends}, ananicy-cpp Provides: ananicy-rules Description: a base set of ananicy-rules diff --git a/ananicy-rules/debian/postinst b/ananicy-rules/debian/postinst index 648cc29..20c2d8c 100644 --- a/ananicy-rules/debian/postinst +++ b/ananicy-rules/debian/postinst @@ -2,5 +2,4 @@ set -e -systemctl enable ananicy-cpp --now -systemctl start ananicy-cpp \ No newline at end of file +systemctl enable ananicy-cpp --now || true \ No newline at end of file