Добавлен запуск update-desktop-database после установки
This commit is contained in:
parent
c6f1767f54
commit
c03f773977
6
debian/postinst
vendored
Executable file
6
debian/postinst
vendored
Executable 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
|
Loading…
Reference in New Issue
Block a user