diff options
author | Chris Abela <chris.abela@maltats.com> | 2010-05-12 23:33:02 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:33:02 +0200 |
commit | 1f85114c5951896b79ab50eb7f0996b7903f4516 (patch) | |
tree | 755f3bc07b8c29b992548d3366b62df5ab504453 /office/openproj/doinst.sh | |
parent | a9b0ca7a7bea850a5031e6fc37f35a6f40416584 (diff) |
office/openproj: Added to 12.2 repository
Diffstat (limited to 'office/openproj/doinst.sh')
-rw-r--r-- | office/openproj/doinst.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/office/openproj/doinst.sh b/office/openproj/doinst.sh new file mode 100644 index 0000000000000..e4e6459838cbf --- /dev/null +++ b/office/openproj/doinst.sh @@ -0,0 +1,8 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q 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 + |