diff options
author | Chris Abela <kristofru@gmail.com> | 2011-12-11 14:09:18 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-11 14:09:18 -0200 |
commit | 733e5ec566dad13b5219890c82d94b87e3288575 (patch) | |
tree | 661d27e30765e84e840cb059c11df14db41ba79c /misc/zyGrib/doinst.sh | |
parent | 38ed2ee04c3447e2b55119cbba56b306c5ab7788 (diff) | |
download | slackbuilds-733e5ec566dad13b5219890c82d94b87e3288575.tar.gz |
misc/zyGrib: Added (Visualization of meteo data)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'misc/zyGrib/doinst.sh')
-rw-r--r-- | misc/zyGrib/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/zyGrib/doinst.sh b/misc/zyGrib/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/misc/zyGrib/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 |