summaryrefslogtreecommitdiffstats
path: root/system/tkdvd/doinst.sh
diff options
context:
space:
mode:
author dsomero2012-09-30 19:00:05 +0200
committer Robby Workman2012-10-01 03:01:11 +0200
commita8141df9c3a72659ecf59a2d1b0ddbdf0d2e0423 (patch)
tree7d6139c0ab80b1635e742a2c5fe8f41aab050aa7 /system/tkdvd/doinst.sh
parent08a1b94855e9577be43b8ea841c5a493a0567875 (diff)
downloadslackbuilds-a8141df9c3a72659ecf59a2d1b0ddbdf0d2e0423.tar.gz
system/tkdvd: Fixed (Handle desktop file)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/tkdvd/doinst.sh')
-rw-r--r--system/tkdvd/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/tkdvd/doinst.sh b/system/tkdvd/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/tkdvd/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi