CI/CD: add postinstall for debian

This commit is contained in:
DashieTM 2024-06-06 19:03:49 +02:00
parent b76a718f52
commit e384a4e5e4
2 changed files with 4 additions and 1 deletions

3
debian/DEBIAN/postinstall vendored Normal file
View file

@ -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