summaryrefslogtreecommitdiff
path: root/kde-unstable/calligra/calligra-sheets.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-24 00:01:22 +0000
committerroot <root@rshg054.dnsready.net>2012-03-24 00:01:22 +0000
commitadac5afd500d4ee3a65035e1cf5353ae236b4a61 (patch)
treef4363891ec4de7b720eb809815fec7199292f5b0 /kde-unstable/calligra/calligra-sheets.install
parent1512c792951d7fbd2c9c336f9bf35654bbb85cc6 (diff)
Sat Mar 24 00:01:22 UTC 2012
Diffstat (limited to 'kde-unstable/calligra/calligra-sheets.install')
-rw-r--r--kde-unstable/calligra/calligra-sheets.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/kde-unstable/calligra/calligra-sheets.install b/kde-unstable/calligra/calligra-sheets.install
new file mode 100644
index 000000000..6c87527e2
--- /dev/null
+++ b/kde-unstable/calligra/calligra-sheets.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}