From a7a5f4160bb345e35c58a565494d4416f601fc17 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 16 May 2012 00:02:54 +0000 Subject: Wed May 16 00:02:54 UTC 2012 --- staging/calligra/calligra-words.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 staging/calligra/calligra-words.install (limited to 'staging/calligra/calligra-words.install') diff --git a/staging/calligra/calligra-words.install b/staging/calligra/calligra-words.install new file mode 100644 index 000000000..6c87527e2 --- /dev/null +++ b/staging/calligra/calligra-words.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 +} -- cgit v1.2.3-54-g00ecf