diff options
Diffstat (limited to 'community/gimp-ufraw/gimp-ufraw.install')
-rw-r--r-- | community/gimp-ufraw/gimp-ufraw.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/gimp-ufraw/gimp-ufraw.install b/community/gimp-ufraw/gimp-ufraw.install new file mode 100644 index 000000000..3b232eeb7 --- /dev/null +++ b/community/gimp-ufraw/gimp-ufraw.install @@ -0,0 +1,13 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + update-desktop-database -q +} + +post_remove() { + update-desktop-database -q +} + +# vim:set ts=2 sw=2 et: |