summaryrefslogtreecommitdiff
path: root/extra/calligra/calligra-extras.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-06 01:53:55 -0700
committerroot <root@rshg054.dnsready.net>2013-08-06 01:53:55 -0700
commita2fb8ff517d83749ec3b5543aeba805f07ea257d (patch)
tree87eac8f03f062c2c5ab3ff3dd92e04c07fb4e896 /extra/calligra/calligra-extras.install
parentb3923b26c3d37257246fea13bdb1151c96cb2fe4 (diff)
Tue Aug 6 01:53:08 PDT 2013
Diffstat (limited to 'extra/calligra/calligra-extras.install')
-rw-r--r--extra/calligra/calligra-extras.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/calligra/calligra-extras.install b/extra/calligra/calligra-extras.install
new file mode 100644
index 000000000..b8c7ebf27
--- /dev/null
+++ b/extra/calligra/calligra-extras.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}