summaryrefslogtreecommitdiff
path: root/staging/koffice/koffice.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-16 23:14:27 +0000
committerroot <root@rshg054.dnsready.net>2011-10-16 23:14:27 +0000
commitd286d980d2ff42151e9bc81ec348c864c24f9cc4 (patch)
tree0df8ee0846c9886fd41db46eba16f7877d70af93 /staging/koffice/koffice.install
parent8fd7bc607a8e4b26853b4263153a736767b163cd (diff)
Sun Oct 16 23:14:27 UTC 2011
Diffstat (limited to 'staging/koffice/koffice.install')
-rw-r--r--staging/koffice/koffice.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/staging/koffice/koffice.install b/staging/koffice/koffice.install
new file mode 100644
index 000000000..6c87527e2
--- /dev/null
+++ b/staging/koffice/koffice.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
+}