diff options
Diffstat (limited to 'system/opensc/doinst.sh')
-rw-r--r-- | system/opensc/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/opensc/doinst.sh b/system/opensc/doinst.sh index 92ce19f61cf7b..6d8bb11040c7b 100644 --- a/system/opensc/doinst.sh +++ b/system/opensc/doinst.sh @@ -12,3 +12,7 @@ config() { } config etc/opensc.conf.new + +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |