diff options
author | Andrzej Telszewski <atelszewski@gmail.com> | 2010-05-13 00:39:11 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:39:11 +0200 |
commit | 79769f72b6aba339dd1343ec89894683ad006900 (patch) | |
tree | 2c5dbdc973c90bc70f9f5d690874fe01295c7277 /office/gnokii/doinst.sh | |
parent | e4b3fcf54ae51af387053d2ef21e5bc70b84eabc (diff) | |
download | slackbuilds-79769f72b6aba339dd1343ec89894683ad006900.tar.gz |
office/gnokii: Updated for version 0.6.28.1
Diffstat (limited to 'office/gnokii/doinst.sh')
-rw-r--r-- | office/gnokii/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/office/gnokii/doinst.sh b/office/gnokii/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/office/gnokii/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 + |