diff options
Diffstat (limited to 'desktop/simplenote/doinst.sh')
-rw-r--r-- | desktop/simplenote/doinst.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/simplenote/doinst.sh b/desktop/simplenote/doinst.sh index 65c7e2eeb9aa5..55ca305770943 100644 --- a/desktop/simplenote/doinst.sh +++ b/desktop/simplenote/doinst.sh @@ -1,3 +1,4 @@ + if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi |