Добавлен запуск update-desktop-database после установки

This commit is contained in:
svkalinin 2022-07-21 12:52:32 +03:00
parent c6f1767f54
commit c03f773977

6
debian/postinst vendored Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
# Install the desktop entry
if hash update-desktop-database 2>/dev/null; then
update-desktop-database
fi