summaryrefslogtreecommitdiffstats
path: root/development/dissy/doinst.sh
diff options
context:
space:
mode:
author Vincent Batts <vbatts@hashbangbash.com>2011-07-03 13:40:40 -0400
committer Niels Horn <niels.horn@slackbuilds.org>2011-07-14 21:54:02 -0300
commit7ba2ccd2a0006abcd31a9ee71c0dfc339466a5f5 (patch)
treec50e7b2c0d82142fee231bfbee4f79392d6d07bd /development/dissy/doinst.sh
parent769dadaf444a25834210f5f88b222913e9d7f92f (diff)
downloadslackbuilds-7ba2ccd2a0006abcd31a9ee71c0dfc339466a5f5.tar.gz
slackbuilds-7ba2ccd2a0006abcd31a9ee71c0dfc339466a5f5.tar.xz
development/dissy: Added (graphical objdump disassembler)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/dissy/doinst.sh')
-rw-r--r--development/dissy/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/dissy/doinst.sh b/development/dissy/doinst.sh
new file mode 100644
index 0000000000..4e8ba7071d
--- /dev/null
+++ b/development/dissy/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
+