diff options
author | Diogo Leal <diogo@diogoleal.com> | 2011-08-31 00:09:07 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-31 00:09:07 -0300 |
commit | 2bd97d1184159df0fb5b62945694d14072701b59 (patch) | |
tree | b13718b0b9af3a36f26ae9ef2c4ad020b2c6772a /graphics/oyranos/doinst.sh | |
parent | 8cf0819bcd3e3b80f312c30cf470d38c11f10a69 (diff) | |
download | slackbuilds-2bd97d1184159df0fb5b62945694d14072701b59.tar.gz |
graphics/oyranos: Added (Colour Management System)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'graphics/oyranos/doinst.sh')
-rw-r--r-- | graphics/oyranos/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/oyranos/doinst.sh b/graphics/oyranos/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/graphics/oyranos/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 |