diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-05-12 17:40:09 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:40:09 +0200 |
commit | 32500203ad83a0d0e852a5406d194f7f1e8b015c (patch) | |
tree | 6d19d64072b0bd7f54b785aa03811bff605c07ac /graphics/ufraw/doinst.sh | |
parent | f706d6475ccf0d6813050bf584e3591d4c0d5ca8 (diff) | |
download | slackbuilds-32500203ad83a0d0e852a5406d194f7f1e8b015c.tar.gz |
graphics/ufraw: Updated for version 0.15
Diffstat (limited to 'graphics/ufraw/doinst.sh')
-rw-r--r-- | graphics/ufraw/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/ufraw/doinst.sh b/graphics/ufraw/doinst.sh new file mode 100644 index 0000000000..3857649f50 --- /dev/null +++ b/graphics/ufraw/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 +fi |