fix: deb package - icon registration and app launcher entry

This commit is contained in:
jegly 2026-03-27 15:08:11 +11:00
commit bf2bf7a505
4 changed files with 21 additions and 6 deletions

3
scripts/postinstall.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
gtk-update-icon-cache -f -t /usr/share/icons/hicolor 2>/dev/null || true
update-desktop-database /usr/share/applications 2>/dev/null || true

2
scripts/preremove.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
xdg-icon-resource uninstall --size 256 atk 2>/dev/null || true