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