fix: deb package - icon registration and app launcher entry
This commit is contained in:
parent
a88515f979
commit
bf2bf7a505
4 changed files with 21 additions and 6 deletions
3
scripts/postinstall.sh
Executable file
3
scripts/postinstall.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue