summaryrefslogtreecommitdiffstats
path: root/system/lxtask/doinst.sh
diff options
context:
space:
mode:
author majk2010-05-12 23:33:40 +0200
committer David Somero2010-05-12 23:33:40 +0200
commit4fe55491bf2d671c705b9645b5d8061c54135520 (patch)
tree6e2e6ae3a238ef08b0ee159ed43a6b7bb3580341 /system/lxtask/doinst.sh
parent5de67e74f5e69f8b272abb4f7266b9ed7bc1a450 (diff)
downloadslackbuilds-4fe55491bf2d671c705b9645b5d8061c54135520.tar.gz
system/lxtask: Added to 12.2 repository
Diffstat (limited to 'system/lxtask/doinst.sh')
-rw-r--r--system/lxtask/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/lxtask/doinst.sh b/system/lxtask/doinst.sh
new file mode 100644
index 0000000000..01ca62b341
--- /dev/null
+++ b/system/lxtask/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 \ No newline at end of file