summaryrefslogtreecommitdiffstats
path: root/development/tkcon/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'development/tkcon/doinst.sh')
-rw-r--r--development/tkcon/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/tkcon/doinst.sh b/development/tkcon/doinst.sh
new file mode 100644
index 0000000000..696d35bad7
--- /dev/null
+++ b/development/tkcon/doinst.sh
@@ -0,0 +1,4 @@
+
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi