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