summaryrefslogtreecommitdiffstats
path: root/system/opensc/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/opensc/doinst.sh')
-rw-r--r--system/opensc/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/opensc/doinst.sh b/system/opensc/doinst.sh
index 92ce19f61c..6d8bb11040 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