diff options
author | root <root@rshg047.dnsready.net> | 2011-05-20 22:47:13 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-20 22:47:13 +0000 |
commit | 6cf70d41be9abf69b6d19fbb4ce665c76db3a6c6 (patch) | |
tree | d0e12dbaa2cb07b6209b58bddf0943ba8f22bb07 /kde-unstable/calligra/calligra-kplato.install | |
parent | e2fe79d62643f0e50b1c5e194a94cb510b371cc8 (diff) |
Fri May 20 22:47:13 UTC 2011
Diffstat (limited to 'kde-unstable/calligra/calligra-kplato.install')
-rw-r--r-- | kde-unstable/calligra/calligra-kplato.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kde-unstable/calligra/calligra-kplato.install b/kde-unstable/calligra/calligra-kplato.install new file mode 100644 index 000000000..c2179f6e2 --- /dev/null +++ b/kde-unstable/calligra/calligra-kplato.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 +}
\ No newline at end of file |