diff options
author | Petar Petrov <ppetrov@paju.oulu.fi> | 2013-01-13 14:06:44 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-01-20 09:03:03 -0500 |
commit | 19cda92300262cf70acc248fdb5ac7d6304dd5a4 (patch) | |
tree | 0ecf637c48ace0fc0c48769552653690d86236c1 /academic/ugene/doinst.sh | |
parent | a09fca24b0b18297d95ea9cb51088c35dbaf9e28 (diff) | |
download | slackbuilds-19cda92300262cf70acc248fdb5ac7d6304dd5a4.tar.gz |
academic/ugene: Added (unified bioinformatics toolkit).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'academic/ugene/doinst.sh')
-rw-r--r-- | academic/ugene/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/academic/ugene/doinst.sh b/academic/ugene/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/academic/ugene/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 |