diff options
author | Dario Nicodemi <dario.sbo@gmail.com> | 2012-04-08 10:45:05 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-04-08 10:45:05 -0400 |
commit | 9524920499161cf3ec17e86bcf8ea4cb702b883f (patch) | |
tree | 05db683083bc4873a0e75260ed8898ed10c54c2a /development/argouml/doinst.sh | |
parent | c77008d26af58837293699d2b22665ab64a66b08 (diff) | |
download | slackbuilds-9524920499161cf3ec17e86bcf8ea4cb702b883f.tar.gz |
development/argouml: Added (uml modeling tool)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/argouml/doinst.sh')
-rw-r--r-- | development/argouml/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/argouml/doinst.sh b/development/argouml/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/development/argouml/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 |