diff options
author | Heinz Wiesinger <HMWiesinger@gmx.at> | 2010-05-11 20:01:48 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:01:48 +0200 |
commit | 85d681f7e6e7fcc342e466ccaaecb00d049da24e (patch) | |
tree | d96d46af6f9b0754bdbb86e352b9fe8c49de032e /office/eqonomize/doinst.sh | |
parent | a78a1101df7863c33fb8bc8ec0bf5c2409a07ac0 (diff) | |
download | slackbuilds-85d681f7e6e7fcc342e466ccaaecb00d049da24e.tar.gz |
office/eqonomize: Added to 12.0 repository
Diffstat (limited to 'office/eqonomize/doinst.sh')
-rw-r--r-- | office/eqonomize/doinst.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/office/eqonomize/doinst.sh b/office/eqonomize/doinst.sh new file mode 100644 index 0000000000..c9f42484ad --- /dev/null +++ b/office/eqonomize/doinst.sh @@ -0,0 +1,8 @@ +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 +fi + +if [ -x usr/bin/update-mime-database ]; then + usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +fi + |