From e384a4e5e4cfa7997e49e15e51591aaf938d0d8d Mon Sep 17 00:00:00 2001 From: DashieTM Date: Thu, 6 Jun 2024 19:03:49 +0200 Subject: [PATCH] CI/CD: add postinstall for debian --- README.md | 2 +- debian/DEBIAN/postinstall | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 debian/DEBIAN/postinstall diff --git a/README.md b/README.md index 225dd73..e6ba32a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ ReSet is available with the following packaging solutions: We are currently not published on flatpak due to issues with permissions. This is being worked on... -installation: +Installation: Download the flatpak package from the release and install with the terminal. ``` diff --git a/debian/DEBIAN/postinstall b/debian/DEBIAN/postinstall new file mode 100644 index 0000000..1524a04 --- /dev/null +++ b/debian/DEBIAN/postinstall @@ -0,0 +1,3 @@ +install -Dm755 target/release/reset /usr/bin/reset +install -Dm644 reset.desktop /usr/share/applications/reset.desktop +install -Dm644 src/resources/icons/ReSet.svg /usr/share/pixmaps/ReSet.svg