summaryrefslogtreecommitdiff
path: root/system/xcdroast/doinst.sh
diff options
context:
space:
mode:
authorGeorgios Efstathiou <gefst@yahoo.com>2010-05-11 22:55:37 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-11 22:55:37 +0200
commitbd4612a35a2aaf78facf2b1ca88c58e6010bfcd2 (patch)
treec27ee3eea99cc68c37cef18455ce7e43aae8fde2 /system/xcdroast/doinst.sh
parentea84d1a5488cc81d48524e9f122c2f48172d1f0f (diff)
downloadslackbuilds-bd4612a35a2aaf78facf2b1ca88c58e6010bfcd2.tar.gz
system/xcdroast: Added to 12.1 repository
Diffstat (limited to 'system/xcdroast/doinst.sh')
-rw-r--r--system/xcdroast/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/xcdroast/doinst.sh b/system/xcdroast/doinst.sh
new file mode 100644
index 0000000000..140e332222
--- /dev/null
+++ b/system/xcdroast/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications
+fi