aboutsummaryrefslogtreecommitdiff
path: root/academic/treeviewx/doinst.sh
diff options
context:
space:
mode:
authorPetar Petrov <slackalaxy@gmail.com>2018-07-10 10:06:17 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2018-07-10 10:07:47 +0100
commitc5710a1ef12ae9417e5f08a752df336c406299a7 (patch)
tree4ded0bc31a853c221e895c1e00b8ac151c4a5f00 /academic/treeviewx/doinst.sh
parent646d20b456381637ac2bafc3f38b2e7aa5337ad9 (diff)
academic/treeviewx: Added (Program to display phylogenetic trees).
Renamed from academic/treeview, to avoid confusion with a different package also named Treeview. Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/treeviewx/doinst.sh')
-rw-r--r--academic/treeviewx/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/academic/treeviewx/doinst.sh b/academic/treeviewx/doinst.sh
new file mode 100644
index 000000000000..5fb28930db0b
--- /dev/null
+++ b/academic/treeviewx/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