summaryrefslogtreecommitdiff
path: root/development/cream/doinst.sh
diff options
context:
space:
mode:
authorVincent Batts <vbatts@hashbangbash.com>2011-08-09 09:59:01 -0300
committerNiels Horn <niels.horn@slackbuilds.org>2011-08-09 09:59:01 -0300
commit27ae8299ebc7fdcb8ae52c37a36ccad42d73ce43 (patch)
tree4db36cab309bd1243f2263b48a8fae858332c3c8 /development/cream/doinst.sh
parent7265cfa85ab7659cb729d76c41d104fe472cdbd2 (diff)
downloadslackbuilds-27ae8299ebc7fdcb8ae52c37a36ccad42d73ce43.tar.gz
development/cream: Added (modern configuration of VIM)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/cream/doinst.sh')
-rw-r--r--development/cream/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/cream/doinst.sh b/development/cream/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/development/cream/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