diff options
Diffstat (limited to 'games/gargoyle/doinst.sh')
-rw-r--r-- | games/gargoyle/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/gargoyle/doinst.sh b/games/gargoyle/doinst.sh index 94e220741935..595fdd454b70 100644 --- a/games/gargoyle/doinst.sh +++ b/games/gargoyle/doinst.sh @@ -12,3 +12,7 @@ config() { } config etc/garglk.ini.new + +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |