summaryrefslogtreecommitdiff
path: root/community/gimp-ufraw
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-03-20 02:20:20 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-03-20 02:20:20 -0500
commit067a3f8c6ecfe3dc81b09e96d1015ca6e61ff2e5 (patch)
treee9a4b37bcd544eec02925cb9609ee9b51b2e18c9 /community/gimp-ufraw
parent697a42080ce0e6048cacb8890cb2560d60264995 (diff)
Add gimp-ufraw.install
Diffstat (limited to 'community/gimp-ufraw')
-rw-r--r--community/gimp-ufraw/gimp-ufraw.install13
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: